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
EXTRA_DIST = 3dfx.sh runfgfs.in runfgfs.bat.in
-bin_PROGRAMS = fgfs $(MSERVER_BINS)
+bin_PROGRAMS = fgfs
noinst_SCRIPTS = runfgfs.bat runfgfs
$(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 \
$(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