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:
parent
b7daf28f0e
commit
197b94fcf4
1 changed files with 4 additions and 2 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Reference in a new issue