From 4b8f55d2229681c48830926ae9e8620ddb8f2542 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 6 Aug 2026 11:01:39 +0200 Subject: added missing files to Makefile.am Fixes building tarballs. We also include the test suite, the original stand-alone Makefile and READMEs. --- Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 025edee..88f937d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,4 +5,12 @@ noinst_LTLIBRARIES = libterex.la libterex_la_SOURCES = regcomp.c regexec.c regerror.c regfree.c \ regalone.h regcustom.h regerrs.h regex.h regguts.h # included from regcomp.c and regexec.c -EXTRA_libterex_la_SOURCES = regc_color.c regc_cvec.c regc_lex.c regc_locale.c regc_nfa.c +EXTRA_libterex_la_SOURCES = regc_color.c regc_cvec.c regc_lex.c regc_locale.c \ + regc_nfa.c rege_dfa.c + +# Test suite: must be manually run +dist_noinst_SCRIPTS = feedback_defs.sh regtest_terex.sh regtest_util.sh +# Stand-alone Makefile, also required by the test suite +EXTRA_DIST = Makefile.linux + +EXTRA_DIST += README.md README.old -- cgit v1.2.3