[gnome-settings-daemon] color: fix linking



commit db7e60cbdf330adce185f55009c964ab215510bd
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Sep 15 11:01:37 2011 -0400

    color: fix linking
    
    The color plugin is using libnotify, so it should link against it.
    https://bugzilla.redhat.com/show_bug.cgi?id=738121

 plugins/color/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/plugins/color/Makefile.am b/plugins/color/Makefile.am
index 6e970d3..6d80602 100644
--- a/plugins/color/Makefile.am
+++ b/plugins/color/Makefile.am
@@ -30,6 +30,7 @@ libcolor_la_CFLAGS = \
 	$(LCMS_CFLAGS)			\
 	$(GNOME_DESKTOP_CFLAGS)		\
 	$(SETTINGS_PLUGIN_CFLAGS)	\
+	$(LIBNOTIFY_CFLAGS)		\
 	$(AM_CFLAGS)
 
 libcolor_la_LDFLAGS = 			\
@@ -40,7 +41,8 @@ libcolor_la_LIBADD  = 			\
 	$(LIBCANBERRA_LIBS)		\
 	$(GNOME_DESKTOP_LIBS)		\
 	$(LCMS_LIBS)			\
-	$(SETTINGS_PLUGIN_LIBS)
+	$(SETTINGS_PLUGIN_LIBS)		\
+	$(LIBNOTIFY_LIBS)
 
 check_PROGRAMS =			\
 	gcm-self-test



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