]> 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 aed5182190aa4817af2c973f3538dfd1447d6310..5e830c88b35835f6d6a29c7ceb031fbaac0c0851 100644 (file)
 
 bin_PROGRAMS = assemtris
 
-assemtris_SOURCES = assemtris.c assemtris.h
+assemtris_SOURCES = assemtris.cxx assemtris.hxx
 
 assemtris_LDADD = \
-       $(top_builddir)/Simulator/Scenery/Bucket/libBucket.la
+       $(top_builddir)/Lib/Bucket/libBucket.a \
+       $(base_LIBS)
 
-INCLUDES += -I../../Simulator
+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.
+#
+# Revision 1.2  1998/04/14 02:25:59  curt
+# Code reorganizations.  Added a Lib/ directory for more general libraries.
+#
 # Revision 1.1  1998/04/08 22:54:57  curt
 # Adopted Gnu automake/autoconf system.
 #