# HG changeset patch # User Rik # Date 1419974869 28800 # Node ID 50aedabe6bfba45cf09bae251675267ba7ebfc5f # Parent 8c47eb286151509035b2dc2c79206d680a6c0a35 Don't distribute mxarray.h in tarball (bug #43805). * libinterp/corefcn/module.mk: Remove mxarray.h from COREFCN_INC include files. diff -r 8c47eb286151 -r 50aedabe6bfb libinterp/corefcn/module.mk --- a/libinterp/corefcn/module.mk Tue Dec 30 22:02:56 2014 +0100 +++ b/libinterp/corefcn/module.mk Tue Dec 30 13:27:49 2014 -0800 @@ -75,7 +75,6 @@ corefcn/ls-utils.h \ corefcn/mex.h \ corefcn/mexproto.h \ - corefcn/mxarray.h \ corefcn/oct-errno.h \ corefcn/oct-fstrm.h \ corefcn/oct-handle.h \