From bf4cd0dd0ea2536dd4050dd1284e073d862dc077 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Fri, 21 Dec 2007 23:29:13 +0000 Subject: Minor change to add -lsocket and -lnsl when building the test programs on 2007-12-21 Brian Cameron * configure.ac, tests/Makefile.am: Minor change to add -lsocket and -lnsl when building the test programs on Solaris. This is needed to link getnameinfo, getaddrinfo, freeaddrinfo, and gai_strerror which are references from libgdmcommon. svn path=/trunk/; revision=5588 --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 998c57f4..6f6ee2e4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -33,6 +33,7 @@ m_common_CFLAGS = \ m_common_LDADD = \ @CHECK_LIBS@ \ $(COMMON_LIBS) \ + $(EXTRA_TEST_LIBS) \ $(top_builddir)/common/libgdmcommon.la \ $(NULL) -- cgit v1.2.1