changeset 1494:0414e296c6cf trunk

[svn] - use $(NOTIFY_LIBS) and $(NOTIFY_CFLAGS)... not really much of difference, but yeah
author nenolod
date Fri, 04 Aug 2006 01:21:49 -0700
parents c5bb3813fbd8
children a9e00b61a389
files ChangeLog Plugins/General/notify/Makefile
diffstat 2 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Aug 04 00:58:45 2006 -0700
+++ b/ChangeLog	Fri Aug 04 01:21:49 2006 -0700
@@ -1,3 +1,13 @@
+2006-08-04 07:58:45 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1900]
+  - autodetect libnotify, and if found, build the notify plugin
+  
+
+  Changes:        Modified:
+  +20 -0          trunk/configure.ac  
+  +2 -0           trunk/mk/rules.mk.in  
+
+
 2006-08-04 07:49:40 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1898]
   - oh return TRUE here (duh)
--- a/Plugins/General/notify/Makefile	Fri Aug 04 00:58:45 2006 -0700
+++ b/Plugins/General/notify/Makefile	Fri Aug 04 01:21:49 2006 -0700
@@ -9,8 +9,8 @@
 
 OBJECTS = ${SOURCES:.c=.o}
 
-CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../.. -DDATA_DIR=\"$(datadir)\"
+CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(NOTIFY_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../.. -DDATA_DIR=\"$(datadir)\"
 
 CXXFLAGS = $(CFLAGS)
 
-LIBADD = $(GTK_LIBS) -lnotify
+LIBADD = $(GTK_LIBS) $(NOTIFY_LIBS)