aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-03-01 13:35:19 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-03-01 13:35:19 +0200
commitc39c22ef05a188119bbf6da7b80e900ff3fcab31 (patch)
treef21b237b72f45853d355cb23d5e91dc158f38021 /Makefile.in
parent0b59be74188529bcb0aa3476fee51a525b365391 (diff)
downloadegawk-c39c22ef05a188119bbf6da7b80e900ff3fcab31.tar.gz
egawk-c39c22ef05a188119bbf6da7b80e900ff3fcab31.tar.bz2
egawk-c39c22ef05a188119bbf6da7b80e900ff3fcab31.zip
Don't build the extensions if no API support.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 3b9963da..0e6723ce 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -398,13 +398,15 @@ distcleancheck_listfiles = \
# The order to do things in.
# Build explicitly in "." in order to build gawk first, so
# that `make check' without a prior `make' works.
+#
+# Put 'extension' last, in case building the extensions is not supported.
SUBDIRS = \
. \
awklib \
doc \
po \
- extension \
- test
+ test \
+ extension
include_HEADERS = gawkapi.h