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 c646fc34..342df292 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,9 +68,12 @@ SUBDIRS = \ doc \ awklib \ po \ - extension \ test +if ENABLE_EXTENSIONS +SUBDIRS += extension +endif + # what to make and install bin_PROGRAMS = gawk include_HEADERS = gawkapi.h |