[Pommed-commits] r397 - trunk/gpomme

jblache at alioth.debian.org jblache at alioth.debian.org
Sat Dec 1 11:51:33 UTC 2007


Author: jblache
Date: 2007-12-01 11:51:32 +0000 (Sat, 01 Dec 2007)
New Revision: 397

Modified:
   trunk/gpomme/Makefile
Log:
Fix missing INOTIFY_CFLAGS.


Modified: trunk/gpomme/Makefile
===================================================================
--- trunk/gpomme/Makefile	2007-11-27 20:11:12 UTC (rev 396)
+++ trunk/gpomme/Makefile	2007-12-01 11:51:32 UTC (rev 397)
@@ -14,7 +14,7 @@
 
 INOTIFY_CFLAGS = $(shell test -e /usr/include/sys/inotify.h || echo -DNO_SYS_INOTIFY_H)
 
-CFLAGS = -g -O2 -Wall $(DBUS_CFLAGS) $(GTK_CFLAGS) $(CONFUSE_CFLAGS) $(GLADE_CFLAGS)
+CFLAGS = -g -O2 -Wall $(DBUS_CFLAGS) $(GTK_CFLAGS) $(CONFUSE_CFLAGS) $(GLADE_CFLAGS) $(INOTIFY_CFLAGS)
 LDFLAGS = -lpthread $(DBUS_LIBS) $(GTK_LIBS) $(CONFUSE_LIBS) $(GLADE_LIBS)
 
 SOURCES = gpomme.c theme.c conffile.c \




More information about the Pommed-commits mailing list