plugins/gestures/Makefile.am

changeset 6360
c2bfe65b200c
parent 4390
590cb1708f57
child 6371
e92b66ee5518
--- a/plugins/gestures/Makefile.am	Sun Aug 03 02:21:39 2003 +0000
+++ b/plugins/gestures/Makefile.am	Sun Aug 03 09:47:15 2003 +0000
@@ -15,8 +15,10 @@
 
 endif
 
-INCLUDES = \
-	-I$(top_srcdir)/src \
+AM_CPPFLAGS = \
+	-DDATADIR=\"$(datadir)\" \
 	-DVERSION=\"$(VERSION)\" \
-	-DDATADIR=\"$(datadir)\" \
-	$(DEBUG_CFLAGS)
+	-I$(top_srcdir) \
+	-I$(top_srcdir)/src \
+	$(DEBUG_CFLAGS) \
+	$(GTK_CFLAGS)

mercurial