From 7eb7dbf40110277f4efd244eb81f0b3f32983159 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 20 Aug 2011 14:47:25 -0700 Subject: [PATCH] glade: Fix building libglade_psppire. Otherwise GCC can't find the gtksourceview header files. --- glade/automake.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glade/automake.mk b/glade/automake.mk index 3a9cc8fc..3daa5614 100644 --- a/glade/automake.mk +++ b/glade/automake.mk @@ -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 -- 2.30.2