diff liboctave/Makefile.am @ 14023:d51b321b5fef

move base-list.h from src to liboctave * liboctave/base-list.h: Move here from src/base-list.h. * liboctave/Makefile.am (INCS): Include base-list.h in the list. * src/Makefile.am (octinclude_HEADERS): Remove base-list.h in the list.
author John W. Eaton <jwe@octave.org>
date Sun, 11 Dec 2011 18:28:35 -0500
parents 7dd7cccf0757
children fc9f204faea0
line wrap: on
line diff
--- a/liboctave/Makefile.am	Fri Dec 09 11:17:13 2011 -0800
+++ b/liboctave/Makefile.am	Sun Dec 11 18:28:35 2011 -0500
@@ -187,6 +187,7 @@
   Range.h \
   base-dae.h \
   base-de.h \
+  base-list.h \
   base-min.h \
   bsxfun.h \
   byte-swap.h \