projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36358c3
)
glade: Fix building libglade_psppire.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 20 Aug 2011 21:47:25 +0000
(14:47 -0700)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/glade/automake.mk
b/glade/automake.mk
index 3a9cc8fc49688d360388471de2e378c172dc694a..3daa5614415dcbc3be20f727abc8d3b244063174 100644
(file)
--- 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