aboutsummaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-03-06 12:14:45 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-03-06 12:14:45 +0200
commit10e9057d7d32b036c52bc2db3f642de7807fa5d0 (patch)
tree8046792f2a4bb1a2f60805b9b896155096450b86 /support
parentca31e4d2c9ff8e874a60e0b9c2d9a488c6f54b43 (diff)
downloadegawk-10e9057d7d32b036c52bc2db3f642de7807fa5d0.tar.gz
egawk-10e9057d7d32b036c52bc2db3f642de7807fa5d0.tar.bz2
egawk-10e9057d7d32b036c52bc2db3f642de7807fa5d0.zip
Updates after release engineering.
Diffstat (limited to 'support')
-rw-r--r--support/ChangeLog4
-rw-r--r--support/Makefile.am1
-rw-r--r--support/Makefile.in1
3 files changed, 6 insertions, 0 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index f387fc3c..154bc22d 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,7 @@
+2020-03-06 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (libsupport_a_SOURCES): Add flexmember.h.
+
2020-03-06 Jannick <thirdedition@gmx.net>
* Makefile.am: Replace AM_MAKEFLAGS with AM_CFLAGS and AM_LDFLAGS.
diff --git a/support/Makefile.am b/support/Makefile.am
index 4dcce36f..1f42c83c 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -43,6 +43,7 @@ noinst_LIBRARIES = libsupport.a
libsupport_a_SOURCES = \
dfa.c \
dfa.h \
+ flexmember.h \
getopt.c \
getopt.h \
getopt_int.h \
diff --git a/support/Makefile.in b/support/Makefile.in
index 38ae9d47..a6cc78a5 100644
--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -355,6 +355,7 @@ noinst_LIBRARIES = libsupport.a
libsupport_a_SOURCES = \
dfa.c \
dfa.h \
+ flexmember.h \
getopt.c \
getopt.h \
getopt_int.h \