changeset 21217:2a81f4b7b254

don't install siglist.h or statdefs.h * libinterp/corefcn/module.mk (NOINSTALL_COREFCN_INC): Include statdefs.h here instead of COREFCN_INC. * liboctave/util/module.mk (NOINSTALL_UTIL_INC): Include siglist.h here instead of UTIL_INC.
author John W. Eaton <jwe@octave.org>
date Sun, 07 Feb 2016 13:17:28 -0500
parents b7a191eb0c3c
children 2bb4e5a6290d
files libinterp/corefcn/module.mk liboctave/util/module.mk
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/module.mk	Sun Feb 07 02:33:24 2016 -0500
+++ b/libinterp/corefcn/module.mk	Sun Feb 07 13:17:28 2016 -0500
@@ -82,7 +82,6 @@
   libinterp/corefcn/procstream.h \
   libinterp/corefcn/profiler.h \
   libinterp/corefcn/sighandlers.h \
-  libinterp/corefcn/siglist.h \
   libinterp/corefcn/sparse-xdiv.h \
   libinterp/corefcn/sparse-xpow.h \
   libinterp/corefcn/symtab.h \
@@ -109,7 +108,8 @@
   libinterp/corefcn/siglist.c
 
 NOINSTALL_COREFCN_INC = \
-  libinterp/corefcn/oct-opengl.h
+  libinterp/corefcn/oct-opengl.h \
+  libinterp/corefcn/siglist.h
 
 COREFCN_SRC = \
   libinterp/corefcn/Cell.cc \
--- a/liboctave/util/module.mk	Sun Feb 07 02:33:24 2016 -0500
+++ b/liboctave/util/module.mk	Sun Feb 07 13:17:28 2016 -0500
@@ -34,14 +34,14 @@
   liboctave/util/singleton-cleanup.h \
   liboctave/util/sparse-sort.h \
   liboctave/util/sparse-util.h \
-  liboctave/util/statdefs.h \
   liboctave/util/str-vec.h \
   liboctave/util/sun-utils.h \
   liboctave/util/unwind-prot.h \
   liboctave/util/url-transfer.h
 
 NOINSTALL_UTIL_INC = \
-  liboctave/util/oct-sparse.h
+  liboctave/util/oct-sparse.h \
+  liboctave/util/statdefs.h
 
 UTIL_C_SRC = \
   liboctave/util/f2c-main.c \