[gdm/gnome-2-30] Specify x11 libs before xdmcp libs when linking
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm/gnome-2-30] Specify x11 libs before xdmcp libs when linking
- Date: Wed, 16 Jun 2010 22:55:59 +0000 (UTC)
commit 5dc6c71d21f1a4ae3e5f78b845ed9bb3034042a0
Author: William Jon McCann <jmccann redhat com>
Date: Wed Jun 16 18:55:18 2010 -0400
Specify x11 libs before xdmcp libs when linking
https://bugzilla.gnome.org/show_bug.cgi?id=616722
gui/simple-chooser/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gui/simple-chooser/Makefile.am b/gui/simple-chooser/Makefile.am
index 2ee3f07..eacf0c9 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 = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]