changeset 21900:d25e9f85ffb4

distribute liboctave/wrappers header files * liboctave/wrappers/module.mk (WRAPPERS_SRC): Include $(NOINSTALL_WRAPPERS_INC) in the list.
author John W. Eaton <jwe@octave.org>
date Tue, 14 Jun 2016 14:28:09 -0400
parents 7c053ad1c7ba
children 7338be52b892
files liboctave/wrappers/module.mk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/wrappers/module.mk	Tue Jun 14 13:43:17 2016 -0400
+++ b/liboctave/wrappers/module.mk	Tue Jun 14 14:28:09 2016 -0400
@@ -34,7 +34,8 @@
   liboctave/wrappers/uname-wrapper.c \
   liboctave/wrappers/unsetenv-wrapper.c \
   liboctave/wrappers/vasprintf-wrapper.c \
-  liboctave/wrappers/wait-for-input.c
+  liboctave/wrappers/wait-for-input.c \
+  $(NOINSTALL_WRAPPERS_INC)
 
 noinst_LTLIBRARIES += liboctave/wrappers/libwrappers.la