# HG changeset patch # User John W. Eaton # Date 1454869048 18000 # Node ID 2a81f4b7b254d0acf151ecc057953364f65f7a6d # Parent b7a191eb0c3c70941d996073b000fa20161e0927 don't install siglist.h or statdefs.h * libinterp/corefcn/module.mk (NOINSTALL_COREFCN_INC): Include statdefs.h here instead of COREFCN_INC. * liboctave/util/module.mk (NOINSTALL_UTIL_INC): Include siglist.h here instead of UTIL_INC. diff -r b7a191eb0c3c -r 2a81f4b7b254 libinterp/corefcn/module.mk --- a/libinterp/corefcn/module.mk Sun Feb 07 02:33:24 2016 -0500 +++ b/libinterp/corefcn/module.mk Sun Feb 07 13:17:28 2016 -0500 @@ -82,7 +82,6 @@ libinterp/corefcn/procstream.h \ libinterp/corefcn/profiler.h \ libinterp/corefcn/sighandlers.h \ - libinterp/corefcn/siglist.h \ libinterp/corefcn/sparse-xdiv.h \ libinterp/corefcn/sparse-xpow.h \ libinterp/corefcn/symtab.h \ @@ -109,7 +108,8 @@ libinterp/corefcn/siglist.c NOINSTALL_COREFCN_INC = \ - libinterp/corefcn/oct-opengl.h + libinterp/corefcn/oct-opengl.h \ + libinterp/corefcn/siglist.h COREFCN_SRC = \ libinterp/corefcn/Cell.cc \ diff -r b7a191eb0c3c -r 2a81f4b7b254 liboctave/util/module.mk --- a/liboctave/util/module.mk Sun Feb 07 02:33:24 2016 -0500 +++ b/liboctave/util/module.mk Sun Feb 07 13:17:28 2016 -0500 @@ -34,14 +34,14 @@ liboctave/util/singleton-cleanup.h \ liboctave/util/sparse-sort.h \ liboctave/util/sparse-util.h \ - liboctave/util/statdefs.h \ liboctave/util/str-vec.h \ liboctave/util/sun-utils.h \ liboctave/util/unwind-prot.h \ liboctave/util/url-transfer.h NOINSTALL_UTIL_INC = \ - liboctave/util/oct-sparse.h + liboctave/util/oct-sparse.h \ + liboctave/util/statdefs.h UTIL_C_SRC = \ liboctave/util/f2c-main.c \