changeset 21251:62aa446d47c1

Do not distribute generated octave-config.h * Makefile.am (nodist_octinclude_HEADERS): Include octave-config.h in the list. (octinclude_HEADERS): Remove octave-config.h from the list.
author Mike Miller <mtmiller@octave.org>
date Fri, 12 Feb 2016 13:28:16 -0800
parents 6c4f41a9439d
children b2ec3a699ad7
files Makefile.am
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Fri Feb 12 14:13:48 2016 +0100
+++ b/Makefile.am	Fri Feb 12 13:28:16 2016 -0800
@@ -172,8 +172,8 @@
 
 CONFIG_FILES = @ac_config_headers@ @ac_config_files@
 
-octinclude_HEADERS += octave-config.h oct-conf-post.h
-nodist_octinclude_HEADERS += config.h
+octinclude_HEADERS += oct-conf-post.h
+nodist_octinclude_HEADERS += config.h octave-config.h
 
 all-local: $(ALL_LOCAL_TARGETS) $(noinst_SCRIPTS) $(DIST_INFO_FILES) .gdbinit $(DOC_TARGETS)
 	@echo ""