You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2011/03/07 22:42:07 UTC

svn commit: r1078963 - /apr/apr/trunk/NWGNUmakefile

Author: fuankg
Date: Mon Mar  7 21:42:06 2011
New Revision: 1078963

URL: http://svn.apache.org/viewvc?rev=1078963&view=rev
Log:
Added dbm stuff to NetWare build.

Modified:
    apr/apr/trunk/NWGNUmakefile

Modified: apr/apr/trunk/NWGNUmakefile
URL: http://svn.apache.org/viewvc/apr/apr/trunk/NWGNUmakefile?rev=1078963&r1=1078962&r2=1078963&view=diff
==============================================================================
--- apr/apr/trunk/NWGNUmakefile (original)
+++ apr/apr/trunk/NWGNUmakefile Mon Mar  7 21:42:06 2011
@@ -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