Renamed gprop.cc into gprop.cpp for MSVC
This commit is contained in:
parent
ea8c9ca9c3
commit
08aae27088
2 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ CXXFLAGS = -g
|
|||
bin_PROGRAMS = gprop
|
||||
###############################################################################
|
||||
|
||||
gprop_SOURCES = gprop.cc
|
||||
gprop_SOURCES = gprop.cpp
|
||||
gprop_DEPENDENCIES = $(DEPS)
|
||||
gprop_LDFLAGS = -lm
|
||||
gprop_LDADD = $(LDADDS)
|
||||
|
|
|
|||
Reference in a new issue