(libglade_psppire_la_CFLAGS): Enable VPATH build by using
authorBen Pfaff <blp@gnu.org>
Thu, 27 Sep 2007 03:20:53 +0000 (03:20 +0000)
committerBen Pfaff <blp@gnu.org>
Thu, 27 Sep 2007 03:20:53 +0000 (03:20 +0000)
$(top_srcdir) in -I directive.

glade/ChangeLog
glade/automake.mk

index 4540c2cd46ec28888a42c795af1593a7bcf89b76..dc45fca7c29e7e53b18f27f118d87cbc76725103 100644 (file)
@@ -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
index ad2bb9ddc3a315b77d0b561a7b59cd0adc927589..9b92f4f9b462dac64981157059821de7ae277a03 100644 (file)
@@ -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