From ab15297e67489696ef41a990b8cb503eae600297 Mon Sep 17 00:00:00 2001 From: ehofman Date: Wed, 9 Jul 2003 19:55:08 +0000 Subject: [PATCH] FlightGear can handle network connections even without multiplayer support --- src/Main/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Main/Makefile.am b/src/Main/Makefile.am index 0a3acf4e3..ccaa40f86 100644 --- a/src/Main/Makefile.am +++ b/src/Main/Makefile.am @@ -5,13 +5,13 @@ WEATHER_LIBS = $(top_builddir)/src/Environment/libEnvironment.a endif if ENABLE_MPLAYER_AS -MPLAYER_LIBS = $(top_builddir)/src/MultiPlayer/libMultiPlayer.a $(network_LIBS) +MPLAYER_LIBS = $(top_builddir)/src/MultiPlayer/libMultiPlayer.a else MPLAYER_LIBS = endif if ENABLE_NETWORK_OLK -NETWORK_LIBS = $(top_builddir)/src/NetworkOLK/libNetworkOLK.a $(network_LIBS) +NETWORK_LIBS = $(top_builddir)/src/NetworkOLK/libNetworkOLK.a else NETWORK_LIBS = endif @@ -93,6 +93,7 @@ fgfs_LDADD = \ -lsgmagvar -lsgmisc -lsgxml -lsgsound -lsgserial \ $(THREAD_LIBS) \ -lplibpu -lplibfnt -lplibjs -lplibnet -lplibssg -lplibsg -lplibul \ + $(network_LIBS) \ $(PSL_LIBS) \ -lmk4 -lz \ $(opengl_LIBS) \ -- 2.39.5