From fa344f76679639b338559d6fb82ab2de08b80950 Mon Sep 17 00:00:00 2001 From: ehofman Date: Mon, 23 Feb 2004 14:22:53 +0000 Subject: [PATCH] Add the network libraries for Solaris --- src/Main/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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