aboutsummaryrefslogtreecommitdiffstats
path: root/extension
diff options
context:
space:
mode:
Diffstat (limited to 'extension')
-rw-r--r--extension/ChangeLog4
-rw-r--r--extension/Makefile.am1
-rw-r--r--extension/Makefile.in1
3 files changed, 6 insertions, 0 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog
index 862c2b87..ef4f632c 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,7 @@
+2019-04-18 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (EXTRA_DIST): Add ChangeLog.1 to the list. Ooops.
+
2019-04-12 Arnold D. Robbins <arnold@skeeve.com>
* ChangeLog.1: Rotated ChangeLog into this file.
diff --git a/extension/Makefile.am b/extension/Makefile.am
index 58650ca3..f8be8d2b 100644
--- a/extension/Makefile.am
+++ b/extension/Makefile.am
@@ -138,6 +138,7 @@ uninstall-recursive: uninstall-so
EXTRA_DIST = build-aux/config.rpath \
ChangeLog \
ChangeLog.0 \
+ ChangeLog.1 \
ext_custom.h \
fts.3 \
m4 \
diff --git a/extension/Makefile.in b/extension/Makefile.in
index 8a904ba5..13d8ffd6 100644
--- a/extension/Makefile.in
+++ b/extension/Makefile.in
@@ -635,6 +635,7 @@ readdir_test_la_LIBADD = $(MY_LIBS)
EXTRA_DIST = build-aux/config.rpath \
ChangeLog \
ChangeLog.0 \
+ ChangeLog.1 \
ext_custom.h \
fts.3 \
m4 \