diff libinterp/corefcn/module.mk @ 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 67d2965af0b5
children ae03a16f3343
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 \