# HG changeset patch # User John W. Eaton # Date 1343781286 14400 # Node ID aa64715164dc3e342b93927d1a5ca5f6c557ee29 # Parent 20cac6006005643b4cd0628ade9050b25c6d491a don't search the corefcn directory for header files * src/Makefile.am (AM_CPPFLAGS): Remove -Icorefcn and -I$(srcdir)/corefcn. diff --git a/src/Makefile.am b/src/Makefile.am --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,7 +27,6 @@ -I../liboctave -I$(top_srcdir)/liboctave \ -Ioctave-value -I$(srcdir)/octave-value \ -Iparse-tree -I$(srcdir)/parse-tree \ - -Icorefcn -I$(srcdir)/corefcn \ -I. -I$(srcdir) \ @CPPFLAGS@