glade: Fix building libglade_psppire.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 20 Aug 2011 21:47:25 +0000 (14:47 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 21 Aug 2011 20:25:55 +0000 (13:25 -0700)
Otherwise GCC can't find the gtksourceview header files.

glade/automake.mk

index 3a9cc8fc49688d360388471de2e378c172dc694a..3daa5614415dcbc3be20f727abc8d3b244063174 100644 (file)
@@ -50,7 +50,7 @@ dist_large_pixmap_DATA = \
 
 
 libglade_psppire_la_CFLAGS = $(GLADE_UI_CFLAGS) $(GLADE_CFLAGS) \
-       -I $(top_srcdir)/src/ui/gui -DDEBUGGING
+       $(GTKSOURCEVIEW_CFLAGS) -I $(top_srcdir)/src/ui/gui -DDEBUGGING
 
 libglade_psppire_la_LIBADD = gl/libgl.la