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:
17b424d
)
(libglade_psppire_la_CFLAGS): Enable VPATH build by using
author
Ben Pfaff
<blp@gnu.org>
Thu, 27 Sep 2007 03:20:53 +0000
(
03:20
+0000)
committer
Ben Pfaff
<blp@gnu.org>
Thu, 27 Sep 2007 03:20:53 +0000
(
03:20
+0000)
$(top_srcdir) in -I directive.
glade/ChangeLog
patch
|
blob
|
history
glade/automake.mk
patch
|
blob
|
history
diff --git
a/glade/ChangeLog
b/glade/ChangeLog
index 4540c2cd46ec28888a42c795af1593a7bcf89b76..dc45fca7c29e7e53b18f27f118d87cbc76725103 100644
(file)
--- a/
glade/ChangeLog
+++ b/
glade/ChangeLog
@@
-1,3
+1,8
@@
+2007-09-26 Ben Pfaff <blp@gnu.org>
+
+ * automake.mk (libglade_psppire_la_CFLAGS): Enable VPATH build by
+ using $(top_srcdir) in -I directive.
+
4/4/2007 John Darrington <john@darrington.wattle.id.au>
* Seperated psppire-buttonbox into psppire-vbuttonbox and psppire-buttonbox
diff --git
a/glade/automake.mk
b/glade/automake.mk
index ad2bb9ddc3a315b77d0b561a7b59cd0adc927589..9b92f4f9b462dac64981157059821de7ae277a03 100644
(file)
--- a/
glade/automake.mk
+++ b/
glade/automake.mk
@@
-39,4
+39,4
@@
nodist_large_pixmap_DATA = \
libglade_psppire_la_CFLAGS = $(GLADE_UI_CFLAGS) $(GLADE_CFLAGS) \
- -I src/ui/gui -DDEBUGGING
+ -I
$(top_srcdir)/
src/ui/gui -DDEBUGGING