diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-01-26 22:01:31 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-01-26 22:01:31 +0200 |
commit | e3f43a649c98af9514131cd7eaaa4d42075b766a (patch) | |
tree | 5e46638c556a92c079c74adc95f56f6cd6246dde /support/Makefile.in | |
parent | 2b48a36ee0e25508b8eeb4eef9661717779fef64 (diff) | |
download | egawk-e3f43a649c98af9514131cd7eaaa4d42075b766a.tar.gz egawk-e3f43a649c98af9514131cd7eaaa4d42075b766a.tar.bz2 egawk-e3f43a649c98af9514131cd7eaaa4d42075b766a.zip |
Update supprt files after make distcheck.
Diffstat (limited to 'support/Makefile.in')
-rw-r--r-- | support/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |