summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-06-16 18:55:18 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2010-06-16 18:56:15 -0400
commitc55411ac9ab7b778b102a4380eeba88bf9a06c0b (patch)
tree963dd933475b15c8dd6097746cc881343e45e0b7
parentefc2fc61e70d7ab43d356d8b227c7ecda4f7a10c (diff)
downloadgdm-c55411ac9ab7b778b102a4380eeba88bf9a06c0b.tar.gz
Specify x11 libs before xdmcp libs when linking
https://bugzilla.gnome.org/show_bug.cgi?id=616722
-rw-r--r--gui/simple-chooser/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/simple-chooser/Makefile.am b/gui/simple-chooser/Makefile.am
index 2ee3f072..eacf0c90 100644
--- a/gui/simple-chooser/Makefile.am
+++ b/gui/simple-chooser/Makefile.am
@@ -43,8 +43,8 @@ gdm_simple_chooser_LDADD = \
$(GTK_LIBS) \
$(EXTRA_CHOOSER_LIBS) \
$(SIMPLE_CHOOSER_LIBS) \
- $(XDMCP_LIBS) \
$(XLIB_LIBS) \
+ $(XDMCP_LIBS) \
$(NULL)
gdm_host_chooser_SOURCES = \
@@ -62,8 +62,8 @@ gdm_host_chooser_LDADD = \
$(GTK_LIBS) \
$(EXTRA_CHOOSER_LIBS) \
$(SIMPLE_CHOOSER_LIBS) \
- $(XDMCP_LIBS) \
$(XLIB_LIBS) \
+ $(XDMCP_LIBS) \
$(NULL)
EXTRA_DIST = \