diff src/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 4e6b245d4eb7
children bf8b43fd4159
line wrap: on
line diff
--- a/src/Makefile.am	Tue Jan 05 07:28:42 2010 +0100
+++ b/src/Makefile.am	Tue Jan 05 02:02:28 2010 -0500
@@ -25,7 +25,10 @@
   liboctinterp.la
 
 AM_CPPFLAGS = \
-  @CPPFLAGS@ -I$(top_srcdir)/libgnu -I$(top_srcdir)/libcruft/misc -I../liboctave -I$(top_srcdir)/liboctave -I. -I$(srcdir) 
+  @CPPFLAGS@ -I../libgnu -I$(top_srcdir)/libgnu \
+  -I$(top_srcdir)/libcruft/misc \
+  -I../liboctave -I$(top_srcdir)/liboctave \
+  -I. -I$(srcdir) 
 
 AUTOMAKE_OPTIONS = subdir-objects