From: ehofman Date: Tue, 2 Dec 2003 18:47:55 +0000 (+0000) Subject: Remove the reference to libObject.a since it isn't generated anymore. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6b1e5f905aba75a563c991bd6967dffc78b5a298;p=flightgear.git Remove the reference to libObject.a since it isn't generated anymore. --- diff --git a/src/Main/Makefile.am b/src/Main/Makefile.am index e47142095..c55d49418 100644 --- a/src/Main/Makefile.am +++ b/src/Main/Makefile.am @@ -79,7 +79,6 @@ fgfs_LDADD = \ $(top_builddir)/src/Sound/libSound.a \ $(top_builddir)/src/Airports/libAirports.a \ $(MPLAYER_LIBS) \ - $(top_builddir)/src/Objects/libObjects.a \ $(top_builddir)/src/Replay/libReplay.a \ $(top_builddir)/src/Systems/libSystems.a \ $(top_builddir)/src/Time/libTime.a \