--- 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)