diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index aeff42f5..e9248506 100644 --- a/Makefile.am +++ b/Makefile.am @@ -87,6 +87,7 @@ base_sources = \ awk.h \ awkgram.y \ builtin.c \ + cint_array.c \ custom.h \ dfa.c \ dfa.h \ @@ -100,6 +101,7 @@ base_sources = \ getopt1.c \ getopt_int.h \ gettext.h \ + int_array.c \ io.c \ mbsupport.h \ main.c \ @@ -112,6 +114,8 @@ base_sources = \ regex.c \ regex.h \ replace.c \ + str_array.c \ + symbol.c \ version.c \ xalloc.h |