changeset 23439:054605b58513

don't install options-usage.h * libinterp/module.mk: Move options-usage.h from the octinclude_HEADERS list to the noinst_HEADERS list.
author John W. Eaton <jwe@octave.org>
date Wed, 26 Apr 2017 00:53:08 -0400
parents d24d01273bd0
children f15f0d8b78c8
files libinterp/module.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/module.mk	Thu Apr 20 00:20:59 2017 -0400
+++ b/libinterp/module.mk	Wed Apr 26 00:53:08 2017 -0400
@@ -98,7 +98,6 @@
   libinterp/build-env.h \
   libinterp/liboctinterp-build-info.h \
   libinterp/octave.h \
-  libinterp/options-usage.h \
   $(COREFCN_INC) \
   $(LIBINTERP_OPERATORS_INC) \
   $(OCTAVE_VALUE_INC) \
@@ -106,6 +105,7 @@
   $(PARSER_INC)
 
 noinst_HEADERS += \
+  libinterp/options-usage.h \
   $(NOINSTALL_LIBINTERP_OPERATORS_INC)
 
 nodist_octinclude_HEADERS += \