diff liboctave/Makefile.am @ 10061:ec0c445d0d6f

include -I../libgnu in AM_CPPFLAGS
author John W. Eaton <jwe@octave.org>
date Tue, 05 Jan 2010 02:02:28 -0500
parents 0f312e11957e
children 82d47b706424
line wrap: on
line diff
--- a/liboctave/Makefile.am	Tue Jan 05 07:28:42 2010 +0100
+++ b/liboctave/Makefile.am	Tue Jan 05 02:02:28 2010 -0500
@@ -21,7 +21,9 @@
 
 include $(top_srcdir)/common.mk
 
-AM_CPPFLAGS = -I$(top_srcdir)/libgnu -I$(top_srcdir)/libcruft/misc
+AM_CPPFLAGS = \
+  @CPPFLAGS@ -I../libgnu -I$(top_srcdir)/libgnu \
+  -I$(top_srcdir)/libcruft/misc
 
 EXTRA_DIST = \
   ChangeLog \