# HG changeset patch # User John W. Eaton # Date 1344007788 14400 # Node ID a782752adcf30a0b283aec91bb115fb18c79d11d # Parent 28f5f4a4a80a63bfb9489539f120b8f8f71facb9 search corefcn directory in build tree for include files * src/Makefile.am (AM_CPPFLAGS): Add -Icorefcn to the list of options. diff -r 28f5f4a4a80a -r a782752adcf3 src/Makefile.am --- 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) \