pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/glade automake.mk ChangeLog


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/glade automake.mk ChangeLog
Date: Thu, 27 Sep 2007 03:20:53 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 07/09/27 03:20:53

Modified files:
        glade          : automake.mk ChangeLog 

Log message:
        (libglade_psppire_la_CFLAGS): Enable VPATH build by using
        $(top_srcdir) in -I directive.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/glade/automake.mk?cvsroot=pspp&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/pspp/glade/ChangeLog?cvsroot=pspp&r1=1.2&r2=1.3

Patches:
Index: automake.mk
===================================================================
RCS file: /cvsroot/pspp/pspp/glade/automake.mk,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- automake.mk 13 Sep 2007 11:06:40 -0000      1.5
+++ automake.mk 27 Sep 2007 03:20:53 -0000      1.6
@@ -39,4 +39,4 @@
 
 
 libglade_psppire_la_CFLAGS = $(GLADE_UI_CFLAGS) $(GLADE_CFLAGS) \
-       -I src/ui/gui -DDEBUGGING
+       -I $(top_srcdir)/src/ui/gui -DDEBUGGING

Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/glade/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- ChangeLog   4 Apr 2007 11:02:31 -0000       1.2
+++ ChangeLog   27 Sep 2007 03:20:53 -0000      1.3
@@ -1,3 +1,8 @@
+2007-09-26  Ben Pfaff  <address@hidden>
+
+       * automake.mk (libglade_psppire_la_CFLAGS): Enable VPATH build by
+       using $(top_srcdir) in -I directive.
+
 4/4/2007 John Darrington <address@hidden>
 
   * Seperated psppire-buttonbox into psppire-vbuttonbox and psppire-buttonbox




reply via email to

[Prev in Thread] Current Thread [Next in Thread]