]> git.mxchange.org Git - flightgear.git/blob - DEM/Makefile.am
Added #ifdef HAVE_CONFIG_H
[flightgear.git] / DEM / Makefile.am
1 libdir  = ${exec_prefix}/lib
2
3 lib_LTLIBRARIES = libDEM.la
4
5 libDEM_la_SOURCES = dem.cxx dem.hxx leastsqs.cxx leastsqs.hxx
6
7 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
8
9 # We can't build this with "-O2" (optimization) since this causes a seg fault
10 # I haven't found a way to strip this out of the CXXFLAGS, so I'm just
11 # setting it to "-g"
12 CXXFLAGS = -g
13