diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-03-06 12:14:45 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-03-06 12:14:45 +0200 |
commit | 10e9057d7d32b036c52bc2db3f642de7807fa5d0 (patch) | |
tree | 8046792f2a4bb1a2f60805b9b896155096450b86 /support | |
parent | ca31e4d2c9ff8e874a60e0b9c2d9a488c6f54b43 (diff) | |
download | egawk-10e9057d7d32b036c52bc2db3f642de7807fa5d0.tar.gz egawk-10e9057d7d32b036c52bc2db3f642de7807fa5d0.tar.bz2 egawk-10e9057d7d32b036c52bc2db3f642de7807fa5d0.zip |
Updates after release engineering.
Diffstat (limited to 'support')
-rw-r--r-- | support/ChangeLog | 4 | ||||
-rw-r--r-- | support/Makefile.am | 1 | ||||
-rw-r--r-- | support/Makefile.in | 1 |
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 \ |