From: ehofman Date: Mon, 23 Feb 2004 14:22:53 +0000 (+0000) Subject: Add the network libraries for Solaris X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fa344f76679639b338559d6fb82ab2de08b80950;p=flightgear.git Add the network libraries for Solaris --- diff --git a/src/Main/Makefile.am b/src/Main/Makefile.am index 27bd01834..b8a75ed20 100644 --- a/src/Main/Makefile.am +++ b/src/Main/Makefile.am @@ -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