From 7d02aa65606b8398e2047db571bbb58d677d83f9 Mon Sep 17 00:00:00 2001 From: cvsguest Date: Sat, 8 Nov 2003 16:25:30 +0000 Subject: [PATCH] Multiplayer client/server system -- Fix building MPS enabled binary --- src/Main/Makefile.am | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src/Main/Makefile.am b/src/Main/Makefile.am index 36447d542..18c241819 100644 --- a/src/Main/Makefile.am +++ b/src/Main/Makefile.am @@ -12,10 +12,8 @@ endif if ENABLE_MSERVER_AS MSERVER_LIBS = $(top_builddir)/src/Server/libServer.a -MSERVER_BINS = fgmp else MSERVER_LIBS = -MSERVER_BINS = endif if ENABLE_NETWORK_OLK @@ -48,7 +46,7 @@ AM_CXXFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" EXTRA_DIST = 3dfx.sh runfgfs.in runfgfs.bat.in -bin_PROGRAMS = fgfs $(MSERVER_BINS) +bin_PROGRAMS = fgfs noinst_SCRIPTS = runfgfs.bat runfgfs @@ -100,6 +98,7 @@ fgfs_LDADD = \ $(top_builddir)/src/Sound/libSound.a \ $(top_builddir)/src/Airports/libAirports.a \ $(MPLAYER_LIBS) \ + $(MSERVER_LIBS) \ $(NETWORK_LIBS) \ $(top_builddir)/src/Objects/libObjects.a \ $(top_builddir)/src/Replay/libReplay.a \ @@ -118,12 +117,4 @@ fgfs_LDADD = \ $(opengl_LIBS) \ $(audio_LIBS) -if ENABLE_MSERVER_AS - -fgmp_SOURCES = bootstrap.cxx - -fgmp_LDADD = $(fgfs_LDADD) $(MSERVER_LIBS) - -endif - INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src