From 10e9057d7d32b036c52bc2db3f642de7807fa5d0 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 6 Mar 2020 12:14:45 +0200 Subject: Updates after release engineering. --- support/ChangeLog | 4 ++++ support/Makefile.am | 1 + support/Makefile.in | 1 + 3 files changed, 6 insertions(+) (limited to 'support') 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 + + * Makefile.am (libsupport_a_SOURCES): Add flexmember.h. + 2020-03-06 Jannick * 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 \ -- cgit v1.2.3