summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-07 21:42:06 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-07 21:42:06 +0000
commita542f8df898fbf7fbe4849008ccf11393925a03c (patch)
tree186c214b53b5175fdeac4e3056555072f1edadaa
parentccf575a063518d5e6c2a507dcaf5c3109b0f02ee (diff)
downloadapr-a542f8df898fbf7fbe4849008ccf11393925a03c.tar.gz
Added dbm stuff to NetWare build.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1078963 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--NWGNUmakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 6765c1af7..2f3c4b3eb 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -14,6 +14,12 @@ SUBDIRS += \
$(EOLIST)
endif
+ifdef WITH_APR_DBM
+SUBDIRS += \
+ dbm \
+ $(EOLIST)
+endif
+
#
# Get the 'head' of the build environment. This includes default targets and
# paths to tools