]> git.mxchange.org Git - flightgear.git/blobdiff - Tri2obj/Makefile.am
Changes to the automake/autoconf system to reduce the number of libraries
[flightgear.git] / Tri2obj / Makefile.am
index 0bf71d497d686f3ebef360fec37097a2621adcba..c27fc320f02b285298b1508cda51d5e2d8bc09b0 100644 (file)
 
 bin_PROGRAMS = tri2obj
 
-tri2obj_SOURCES = tri2obj.c tri2obj.h
+tri2obj_SOURCES = tri2obj.cxx tri2obj.hxx
 
 tri2obj_LDADD = \
-       $(top_builddir)/Lib/Bucket/libBucket.la \
-       $(top_builddir)/Lib/Math/libMath.la
+       $(top_builddir)/Lib/Bucket/libBucket.a \
+       $(top_builddir)/Lib/Math/libMath.a \
+        $(top_builddir)/Lib/Debug/libDebug.a \
+        $(top_builddir)/Lib/zlib/libz.a \
+       $(base_LIBS)
 
 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
 
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.7  1998/11/04 23:02:02  curt
+# Changes to the automake/autoconf system to reduce the number of libraries
+# that are unnecessarily linked into the various executables.
+#
+# Revision 1.6  1998/07/30 23:49:26  curt
+# Removed libtool support.
+#
+# Revision 1.5  1998/07/08 14:49:14  curt
+# tweaks.
+#
+# Revision 1.4  1998/04/24 00:44:07  curt
+# Added zlib support.
+#
 # Revision 1.3  1998/04/18 04:01:29  curt
 # Now use libMath rather than having local copies of math routines.
 #