]> git.mxchange.org Git - flightgear.git/blobdiff - FixObj/Makefile.am
Removed libtool support.
[flightgear.git] / FixObj / Makefile.am
index e041122eaaa066bb39a3ed7e1999ede392a29af9..bafcf879cd03a35a7fccc44cd1c3df4fb5c86d73 100644 (file)
 
 bin_PROGRAMS = fixobj
 
-fixobj_SOURCES = main.c obj.c obj.h
+fixobj_SOURCES = main.cxx obj.cxx obj.hxx
 
-fixobj_LDADD = $(top_builddir)/Lib/Math/libMath.la
+fixobj_LDADD = \
+       $(top_builddir)/Lib/Math/libMath.a \
+       $(top_builddir)/Lib/Debug/libDebug.a \
+       $(top_builddir)/Lib/zlib/libz.a
 
 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
 
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.6  1998/07/30 23:49:25  curt
+# Removed libtool support.
+#
+# Revision 1.5  1998/06/08 17:11:44  curt
+# Renamed *.[ch] to *.[ch]xx
+#
+# Revision 1.4  1998/04/24 00:44:05  curt
+# Added zlib support.
+#
 # Revision 1.3  1998/04/18 04:01:02  curt
 # Now use libMath rather than having local copies of math routines.
 #