]> git.mxchange.org Git - flightgear.git/commitdiff
Add the network libraries for Solaris
authorehofman <ehofman>
Mon, 23 Feb 2004 14:22:53 +0000 (14:22 +0000)
committerehofman <ehofman>
Mon, 23 Feb 2004 14:22:53 +0000 (14:22 +0000)
src/Main/Makefile.am

index 27bd01834c177819fc34f47378b188d8e904b7ef..b8a75ed207ac9bfb43c17eb5373a1e017cac1c78 100644 (file)
@@ -99,7 +99,7 @@ metar_SOURCES = metar_main.cxx
 
 metar_LDADD = \
         -lsgenvironment -lsgio -lsgbucket -lsgmisc -lsgstructure -lsgdebug \
-        -lplibnet -lplibul \
+        -lplibnet -lplibul $(network_LIBS) \
         -lz $(base_LIBS)
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src