From af6bce6320f2bd89d8ad24ee4162e7128ebd412b Mon Sep 17 00:00:00 2001
From: Ben Pfaff <blp@gnu.org>
Date: Thu, 27 Sep 2007 03:20:53 +0000
Subject: [PATCH] (libglade_psppire_la_CFLAGS): Enable VPATH build by using
 $(top_srcdir) in -I directive.

---
 glade/ChangeLog   | 5 +++++
 glade/automake.mk | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/glade/ChangeLog b/glade/ChangeLog
index 4540c2cd46..dc45fca7c2 100644
--- 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 ad2bb9ddc3..9b92f4f9b4 100644
--- 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
-- 
2.30.2