changeset 19431:1085a65e9b9b gui-release

build: Don't install mxarray.in.h (bug #43805). * libinterp/corefcn/module.mk: Remove mxarray.in.h from list of INCLUDE files and replace with mxarray.h
author Rik <rik@octave.org>
date Fri, 12 Dec 2014 17:20:00 -0800
parents 1572b5276b9a
children 9887a930465f
files libinterp/corefcn/module.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/module.mk	Mon Dec 08 10:15:54 2014 -0500
+++ b/libinterp/corefcn/module.mk	Fri Dec 12 17:20:00 2014 -0800
@@ -75,7 +75,7 @@
   corefcn/ls-utils.h \
   corefcn/mex.h \
   corefcn/mexproto.h \
-  corefcn/mxarray.in.h \
+  corefcn/mxarray.h \
   corefcn/oct-errno.h \
   corefcn/oct-fstrm.h \
   corefcn/oct-handle.h \