]> granicus.if.org Git - graphviz/commitdiff
gethostbyname() requires -lnsl on Solaris
authorellson <devnull@localhost>
Wed, 20 Apr 2005 13:53:39 +0000 (13:53 +0000)
committerellson <devnull@localhost>
Wed, 20 Apr 2005 13:53:39 +0000 (13:53 +0000)
lib/gvc/Makefile.am

index 8632772c4a65ba491ce890c231618a2c5f5a6319..90d3d1fcc6f7b4b2897f0816f3535795fb2e9ef4 100644 (file)
@@ -8,7 +8,7 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/lib/cdt $(INCLTDL) \
        -DGVLIBDIR=\"$(pkglibdir)\"
 
-LIBS = $(LIBLTDL)
+LIBS = $(LIBLTDL) $(SOCKET_LIBS)
 
 pkginclude_HEADERS = gvc.h gvcint.h gvplugin.h \
        gvplugin_render.h gvplugin_layout.h gvplugin_text.h