1
0
Fork 0

Changes to the automake/autoconf system to reduce the number of libraries

that are unnecessarily linked into the various executables.
This commit is contained in:
curt 1998-11-04 23:01:39 +00:00
parent b7daf28f0e
commit 197b94fcf4

View file

@ -59,7 +59,9 @@ fgfs_LDADD = \
$(top_builddir)/Lib/Debug/libDebug.a \
$(top_builddir)/Lib/PUI/libPUI.a \
$(top_builddir)/Lib/zlib/libz.a \
$(top_builddir)/Lib/Misc/libMisc.a
$(top_builddir)/Lib/Misc/libMisc.a \
$(opengl_LIBS) \
$(base_LIBS)
INCLUDES += \
-I$(top_builddir) \