changeset 21452:769f9a7c02ae

don't install headers from libinterp/operators directory (bug #41027) * libinterp/module.mk (noinst_HEADERS): Add LIBINTERP_OPERATORS_INC here, not to octinclude_HEADERS.
author John W. Eaton <jwe@octave.org>
date Tue, 15 Mar 2016 15:41:59 -0400
parents 763e30285935
children ebd93e63b48e
files libinterp/module.mk
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/module.mk	Tue Mar 15 14:58:19 2016 -0400
+++ b/libinterp/module.mk	Tue Mar 15 15:41:59 2016 -0400
@@ -112,9 +112,11 @@
   $(OCTAVE_VALUE_INC) \
   $(PARSE_TREE_INC) \
   $(PARSER_INC) \
-  $(LIBINTERP_OPERATORS_INC) \
   $(COREFCN_INC)
 
+noinst_HEADERS += \
+  $(LIBINTERP_OPERATORS_INC)
+
 nodist_octinclude_HEADERS += \
   libinterp/corefcn/mxarray.h \
   libinterp/corefcn/defaults.h \