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 13ba6bd8..946d7308 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,6 +82,7 @@ base_sources = \ awk.h \ awkgram.y \ builtin.c \ + cint_array.c \ custom.h \ dfa.c \ dfa.h \ @@ -95,6 +96,7 @@ base_sources = \ getopt1.c \ getopt_int.h \ gettext.h \ + int_array.c \ io.c \ mbsupport.h \ main.c \ @@ -107,6 +109,8 @@ base_sources = \ regex.c \ regex.h \ replace.c \ + str_array.c \ + symbol.c \ version.c \ xalloc.h |