# 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 --git a/src/Makefile.am b/src/Makefile.am --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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) \