X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=DemChop%2FMakefile.am;h=46710ee4492c6d73ed42f5c740884a71f0e1efb2;hb=e2267b3f124ce8aa492f5950bda5b3e47da9f2b4;hp=ff5474731d9d544612af78f499bd74f1b4ed6b93;hpb=453178e3d5ebc6d1bb696674ba218ffebcd99db4;p=flightgear.git diff --git a/DemChop/Makefile.am b/DemChop/Makefile.am index ff5474731..46710ee44 100644 --- a/DemChop/Makefile.am +++ b/DemChop/Makefile.am @@ -33,6 +33,7 @@ demchop_LDADD = \ $(top_builddir)/Tools/Lib/DEM/libDEM.a \ $(top_builddir)/Lib/Bucket/libBucket.a \ $(top_builddir)/Lib/Misc/libMisc.a \ + $(top_builddir)/Lib/Debug/libDebug.a \ $(top_builddir)/Lib/zlib/libz.a \ $(base_LIBS) @@ -46,6 +47,9 @@ CXXFLAGS = -g #--------------------------------------------------------------------------- # $Log$ +# Revision 1.2 1999/03/12 22:53:45 curt +# First working version! +# # Revision 1.1 1999/03/10 01:02:54 curt # Initial revision. #