From 6b1e5f905aba75a563c991bd6967dffc78b5a298 Mon Sep 17 00:00:00 2001 From: ehofman Date: Tue, 2 Dec 2003 18:47:55 +0000 Subject: [PATCH] Remove the reference to libObject.a since it isn't generated anymore. --- src/Main/Makefile.am | 1 - 1 file changed, 1 deletion(-) 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 \ -- 2.39.5