[gnome-settings-daemon] build: Fix build with --enable-systemd



commit 1a44416b4edff75b247b5dd9e4a782b3b6494796
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Feb 21 18:25:47 2012 +0100

    build: Fix build with --enable-systemd
    
    Link the shared library that uses it with systemd's libraries
    
    https://bugzilla.gnome.org/show_bug.cgi?id=670525

 gnome-settings-daemon/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-settings-daemon/Makefile.am b/gnome-settings-daemon/Makefile.am
index da06092..435dec0 100644
--- a/gnome-settings-daemon/Makefile.am
+++ b/gnome-settings-daemon/Makefile.am
@@ -33,6 +33,7 @@ libgsd_la_CFLAGS =		\
 	$(NULL)
 
 libgsd_la_LIBADD =		\
+	$(SYSTEMD_LIBS)		\
 	$(NULL)
 
 libgsd_la_LDFLAGS = 	\
@@ -78,7 +79,6 @@ gnome_settings_daemon_LDADD = 		\
 	$(LIBNOTIFY_LIBS)		\
 	$(UPOWER_LIBS)			\
 	$(GNOME_DESKTOP_LIBS)		\
-	$(SYSTEMD_LIBS)			\
 	$(NULL)
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]