diff options
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 \ |