diff src/Makefile.am @ 15086:a782752adcf3

search corefcn directory in build tree for include files * src/Makefile.am (AM_CPPFLAGS): Add -Icorefcn to the list of options.
author John W. Eaton <jwe@octave.org>
date Fri, 03 Aug 2012 11:29:48 -0400
parents 28f5f4a4a80a
children 60ff2cef569d
line wrap: on
line diff
--- a/src/Makefile.am	Thu Aug 02 17:10:26 2012 -0700
+++ b/src/Makefile.am	Fri Aug 03 11:29:48 2012 -0400
@@ -25,6 +25,7 @@
   -I../libgnu -I$(top_srcdir)/libgnu \
   -I$(top_srcdir)/libcruft/misc \
   -I../liboctave -I$(top_srcdir)/liboctave \
+  -Icorefcn \
   -Ioctave-value -I$(srcdir)/octave-value \
   -Iparse-tree -I$(srcdir)/parse-tree \
   -I. -I$(srcdir) \