summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2006-10-08 13:43:39 +0000
committerBrian Cameron <bcameron@src.gnome.org>2006-10-08 13:43:39 +0000
commit5a2dc2665b3078c85088cc6d437bb6d8e4a1594f (patch)
treec39c4b92a6019a4b4e8e67df63dd885f0c2008ee
parenta691f04cd2ae8d4ae8eb2a587ed0fe585194985d (diff)
downloadgdm-5a2dc2665b3078c85088cc6d437bb6d8e4a1594f.tar.gz
Add -lX11 to link statements so that the new code from Ariel that uses X
2006-10-08 Brian Cameron <brian.cameron@sun.com> * gui/Makefile.am: Add -lX11 to link statements so that the new code from Ariel that uses X atoms will build on Solaris.
-rw-r--r--ChangeLog5
-rw-r--r--gui/Makefile.am3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 492fcf78..cec7b985 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-10-08 Brian Cameron <brian.cameron@sun.com>
+ * gui/Makefile.am: Add -lX11 to link statements so that the new code
+ from Ariel that uses X atoms will build on Solaris.
+
+2006-10-08 Brian Cameron <brian.cameron@sun.com>
+
* daemon/auth.c: Fix comment.
2006-10-08 Brian Cameron <brian.cameron@sun.com>
diff --git a/gui/Makefile.am b/gui/Makefile.am
index d8f7f305..4ce1eb77 100644
--- a/gui/Makefile.am
+++ b/gui/Makefile.am
@@ -155,6 +155,7 @@ gdmphotosetup_LDADD = \
$(GDK_LIBS) \
$(GDKPIXBUF_LIBS) \
$(INTLLIBS) \
+ -lX11 \
$(top_builddir)/vicious-extensions/libviciousui.a
gdmXnestchooser_LDADD = \
@@ -181,6 +182,7 @@ gdmflexiserver_LDADD = \
$(top_builddir)/vicious-extensions/libviciousui.a \
$(EXTRA_FLEXI_LIBS) \
$(X_LIBS) \
+ -lX11 \
-lXau \
-lpopt
@@ -194,6 +196,7 @@ gdmdynamic_LDADD = \
$(top_builddir)/vicious-extensions/libviciousui.a \
$(EXTRA_DYNAMIC_LIBS) \
$(X_LIBS) \
+ -lX11 \
-lXau
Settingsdir = $(datadir)/applications