Renamed gprop.cc into gprop.cpp for MSVC

This commit is contained in:
evomarc 2001-12-03 16:35:51 +00:00
commit 08aae27088
2 changed files with 1 additions and 1 deletions

View file

@ -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)