diff options
author | fuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-07 21:42:06 +0000 |
---|---|---|
committer | fuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-07 21:42:06 +0000 |
commit | 9cdd6d755cab2ae3ae3213c149ff794ecadbd035 (patch) | |
tree | 186c214b53b5175fdeac4e3056555072f1edadaa /NWGNUmakefile | |
parent | b099a86d0745288495403d1f57cc343aaaae84ed (diff) | |
download | libapr-9cdd6d755cab2ae3ae3213c149ff794ecadbd035.tar.gz |
Added dbm stuff to NetWare build.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1078963 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 6 |
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 |