diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-12-16 22:44:37 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-12-16 22:44:37 +0200 |
commit | 354ee4e5a78dccc67817c0f223fcc072355d35be (patch) | |
tree | 1cfdf8cc73a1050125dcd65f68b793077719b2ac | |
parent | bd7c886600d3abbd233d527eff836456291620a0 (diff) | |
download | egawk-354ee4e5a78dccc67817c0f223fcc072355d35be.tar.gz egawk-354ee4e5a78dccc67817c0f223fcc072355d35be.tar.bz2 egawk-354ee4e5a78dccc67817c0f223fcc072355d35be.zip |
Make creating the distribution work again.
-rw-r--r-- | extension/ChangeLog | 5 | ||||
-rw-r--r-- | extension/Makefile.am | 1 | ||||
-rw-r--r-- | extension/Makefile.in | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index ef666386..11db1488 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,5 +1,10 @@ 2015-12-16 Arnold D. Robbins <arnold@skeeve.com> + * Makefile.am (EXTRA_DIST): Add ext_custom.h so that it will be + included in the distribution tarballs. + +2015-12-16 Arnold D. Robbins <arnold@skeeve.com> + Make change of 2015-10-26 actually work. * ext_custom.h: New file. Move _DEFAULT_SOURCE dance to here. diff --git a/extension/Makefile.am b/extension/Makefile.am index ff9e9073..de0513b0 100644 --- a/extension/Makefile.am +++ b/extension/Makefile.am @@ -118,6 +118,7 @@ uninstall-recursive: uninstall-so EXTRA_DIST = build-aux/config.rpath \ ChangeLog \ ChangeLog.0 \ + ext_custom.h \ fts.3 \ README.fts \ rwarray0.c diff --git a/extension/Makefile.in b/extension/Makefile.in index 868781ca..629c5e6b 100644 --- a/extension/Makefile.in +++ b/extension/Makefile.in @@ -564,6 +564,7 @@ testext_la_LIBADD = $(MY_LIBS) EXTRA_DIST = build-aux/config.rpath \ ChangeLog \ ChangeLog.0 \ + ext_custom.h \ fts.3 \ README.fts \ rwarray0.c |