]> git.mxchange.org Git - flightgear.git/blobdiff - AssemTris/Makefile.am
Changes to the automake/autoconf system to reduce the number of libraries
[flightgear.git] / AssemTris / Makefile.am
index f1cb9f24eebacbb3ccd1939fbd62f876988a264e..5e830c88b35835f6d6a29c7ceb031fbaac0c0851 100644 (file)
 
 bin_PROGRAMS = assemtris
 
-assemtris_SOURCES = assemtris.c assemtris.h
+assemtris_SOURCES = assemtris.cxx assemtris.hxx
 
 assemtris_LDADD = \
-       $(top_builddir)/Lib/Bucket/libBucket.a
+       $(top_builddir)/Lib/Bucket/libBucket.a \
+       $(base_LIBS)
 
 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
 
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.5  1998/11/04 23:01:45  curt
+# Changes to the automake/autoconf system to reduce the number of libraries
+# that are unnecessarily linked into the various executables.
+#
+# Revision 1.4  1998/09/25 19:35:25  curt
+# Renamed assemtris.[ch] to assemtris.[ch]xx
+#
 # Revision 1.3  1998/07/30 23:49:23  curt
 # Removed libtool support.
 #