From af6bce6320f2bd89d8ad24ee4162e7128ebd412b Mon Sep 17 00:00:00 2001 From: Ben Pfaff 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 4540c2cd..dc45fca7 100644 --- a/glade/ChangeLog +++ b/glade/ChangeLog @@ -1,3 +1,8 @@ +2007-09-26 Ben Pfaff + + * automake.mk (libglade_psppire_la_CFLAGS): Enable VPATH build by + using $(top_srcdir) in -I directive. + 4/4/2007 John Darrington * Seperated psppire-buttonbox into psppire-vbuttonbox and psppire-buttonbox diff --git a/glade/automake.mk b/glade/automake.mk index ad2bb9dd..9b92f4f9 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