X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=FixNode%2FMakefile.am;h=fa6b8ef2da3e99c3484477b3b0bbfe010c99f546;hb=cd7233754fa98f5b507aead5e100374df0a29ac8;hp=4445f8400169c02641c85d2e216abade51bc9a16;hpb=8deb5c5804d7b4a09ffb727d050b63212636427d;p=flightgear.git diff --git a/FixNode/Makefile.am b/FixNode/Makefile.am index 4445f8400..fa6b8ef2d 100644 --- a/FixNode/Makefile.am +++ b/FixNode/Makefile.am @@ -32,14 +32,22 @@ fixnode_SOURCES = \ triload.cxx triload.hxx fixnode_LDADD = \ - $(top_builddir)/Tools/DEM/libDEM.la \ - $(top_builddir)/Simulator/Scenery/Bucket/libBucket.la + $(top_builddir)/Lib/DEM/libDEM.la \ + $(top_builddir)/Lib/Bucket/libBucket.la -INCLUDES += -I.. -I../../Simulator +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 #--------------------------------------------------------------------------- # $Log$ +# Revision 1.2 1998/04/14 02:26:02 curt +# Code reorganizations. Added a Lib/ directory for more general libraries. +# # Revision 1.1 1998/04/08 23:05:54 curt # Adopted Gnu automake/autoconf system. #