summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2007-12-21 23:29:13 +0000
committerBrian Cameron <bcameron@src.gnome.org>2007-12-21 23:29:13 +0000
commitbf4cd0dd0ea2536dd4050dd1284e073d862dc077 (patch)
tree077dc3ff51b3105e414e49f3fe2a9fa76c4bb374 /tests
parent1df27867b63b5e027030f898d2d48ad5fe72a627 (diff)
downloadgdm-bf4cd0dd0ea2536dd4050dd1284e073d862dc077.tar.gz
Minor change to add -lsocket and -lnsl when building the test programs on
2007-12-21 Brian Cameron <brian.cameron@sun.com> * 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
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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)