diff options
author | Brian Cameron <brian.cameron@sun.com> | 2005-06-22 12:15:48 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2005-06-22 12:15:48 +0000 |
commit | 5004d204809cc2018d72fd123fc3e7ef3f94b6a7 (patch) | |
tree | 00eff151d59d5bbfc088185dc9d8e1aa00236da9 /daemon | |
parent | 1951eb908ce14dfb9ac6667ec2d302065e2bc769 (diff) | |
download | gdm-5004d204809cc2018d72fd123fc3e7ef3f94b6a7.tar.gz |
Upgrading to pkgconfig 0.17.2 broke the Solaris build because it no longer
2005-06-22 Brian Cameron <brian.cameron@sun.com>
* configure.in, vicious-extensions/Makefile.am,
daemon/Makefile.am, gui/Makefile.am,
gui/greeter/Makefile.am: Upgrading to
pkgconfig 0.17.2 broke the Solaris build
because it no longer allows the linker to
pull in libraries that are implicitely
included. Now explicitely specify the
dependant libraries and ensure they are
included in the link statements for each
binary.
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 5e02c6d2..f304aa69 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -73,6 +73,9 @@ gdm_binary_LDADD = \ -lpopt \ $(XINERAMA_LIBS) \ $(INTLLIBS) \ + $(GLIB_LIBS) \ + $(GOBJECT_LIBS) \ + $(GDK_LIBS) \ -L$(top_builddir)/vicious-extensions \ -lvicious |