diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/ChangeLog | 4 | ||||
-rw-r--r-- | support/Makefile.am | 2 | ||||
-rw-r--r-- | support/Makefile.in | 2 |
3 files changed, 8 insertions, 0 deletions
diff --git a/support/ChangeLog b/support/ChangeLog index 0295d9c1..3d978ffc 100644 --- a/support/ChangeLog +++ b/support/ChangeLog @@ -1,3 +1,7 @@ +2019-01-26 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (EXTRA_DIST): Add cdefs.h and libc-config.h. + 2019-01-21 Paul Eggert <eggert@cs.ucla.edu> regex: fix read overrun diff --git a/support/Makefile.am b/support/Makefile.am index bc620f54..92e112de 100644 --- a/support/Makefile.am +++ b/support/Makefile.am @@ -31,6 +31,8 @@ AM_MAKEFLAGS = 'CFLAGS=$(CFLAGS)' 'LDFLAGS=$(LDFLAGS)' EXTRA_DIST = \ Makefile.am \ Makefile.in \ + cdefs.h \ + libc-config.h \ regcomp.c \ regex_internal.c \ regex_internal.h \ diff --git a/support/Makefile.in b/support/Makefile.in index 991ce3b3..e9f47799 100644 --- a/support/Makefile.in +++ b/support/Makefile.in @@ -341,6 +341,8 @@ AM_MAKEFLAGS = 'CFLAGS=$(CFLAGS)' 'LDFLAGS=$(LDFLAGS)' EXTRA_DIST = \ Makefile.am \ Makefile.in \ + cdefs.h \ + libc-config.h \ regcomp.c \ regex_internal.c \ regex_internal.h \ |