X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=DEM%2FMakefile.am;h=91bfd90d6cfc45eddb51b3b2b24e853ef3b4a476;hb=5fe3a80ae34da61f1d2452b345c11b3eff3a82de;hp=ec72f2e384fd2da482073b52ed437bb405adc721;hpb=49f4a768939fbe9604362605ed8989ae1501c930;p=flightgear.git diff --git a/DEM/Makefile.am b/DEM/Makefile.am index ec72f2e38..91bfd90d6 100644 --- a/DEM/Makefile.am +++ b/DEM/Makefile.am @@ -1,11 +1,11 @@ noinst_LIBRARIES = libDEM.a -libDEM_a_SOURCES = dem.cxx dem.hxx leastsqs.cxx leastsqs.hxx +libDEM_a_SOURCES = dem.cxx dem.hxx INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib # We can't build this with "-O2" (optimization) since this causes a seg fault # I haven't found a way to strip this out of the CXXFLAGS, so I'm just # setting it to "-g" -CXXFLAGS = -g +# CXXFLAGS = -g