diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8660c111..9acae0bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,7 +75,7 @@ if ENABLE_EXTENSIONS SUBDIRS += extension endif -SUBDIRS += doc awklib po test +SUBDIRS += extras doc awklib po test # what to make and install bin_PROGRAMS = gawk @@ -109,6 +109,8 @@ base_sources = \ gettext.h \ int_array.c \ interpret.h \ + localeinfo.c \ + localeinfo.h \ io.c \ mbsupport.h \ main.c \ @@ -126,6 +128,7 @@ base_sources = \ replace.c \ str_array.c \ symbol.c \ + verify.h \ version.c \ xalloc.h |