[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] glade: Fix building libglade_psppire.
From: |
Ben Pfaff |
Subject: |
[PATCH] glade: Fix building libglade_psppire. |
Date: |
Sat, 20 Aug 2011 14:48:27 -0700 |
Otherwise GCC can't find the gtksourceview header files.
---
John, I assume that this is the correct fix?
Thanks,
Ben.
diff --git a/glade/automake.mk b/glade/automake.mk
index 3a9cc8f..3daa561 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
--
1.7.2.5
- [PATCH] glade: Fix building libglade_psppire.,
Ben Pfaff <=