summaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2008-08-21 04:28:10 +0000
committerBrian Cameron <bcameron@src.gnome.org>2008-08-21 04:28:10 +0000
commitbe73717c5dbc0cb908522538ee2a476b181a1c68 (patch)
tree14a17591951a977973adbfe55f01d7503c78d8d7 /daemon
parentf1482c75df222185ae697fc5bbbff39654d09dff (diff)
downloadgdm-be73717c5dbc0cb908522538ee2a476b181a1c68.tar.gz
Fix broken check for TCP Wrappers. Fixes bug #548676. Patch by Stanislav
2008-08-20 Brian Cameron <brian.cameron@sun.com> * configure.ac: Fix broken check for TCP Wrappers. Fixes bug #548676. Patch by Stanislav Brabec <sbrabec@suse.cz> and Brian Cameron <Brian.Cameron@sun.com> * daemon/Makefile.am: Add LIBWRAP_LIBS to LDFLAGS when building gdm-binary. svn path=/branches/gnome-2-20/; revision=6403
Diffstat (limited to 'daemon')
-rw-r--r--daemon/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 3ccb4b61..8105de26 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -109,6 +109,7 @@ gdm_binary_LDADD = \
$(X_LIBS) \
$(XINERAMA_LIBS) \
$(XDMCP_LIBS) \
+ $(LIBWRAP_LIBS) \
-lXau \
-lX11 \
-lXext \