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 2009/11/17 21:11:20 UTC

svn commit: r881481 - /apr/apr/branches/1.3.x/NWGNUmakefile

Author: fuankg
Date: Tue Nov 17 20:11:19 2009
New Revision: 881481

URL: http://svn.apache.org/viewvc?rev=881481&view=rev
Log:
added static libraries to devel target.

Modified:
    apr/apr/branches/1.3.x/NWGNUmakefile

Modified: apr/apr/branches/1.3.x/NWGNUmakefile
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/NWGNUmakefile?rev=881481&r1=881480&r2=881481&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/NWGNUmakefile (original)
+++ apr/apr/branches/1.3.x/NWGNUmakefile Tue Nov 17 20:11:19 2009
@@ -364,6 +364,10 @@
 	-$(CP) $(subst /,\,$(APRUTIL))\include\*.h         $(INSTALLBASE)\include\*.*
 	-$(CP) $(subst /,\,$(APR))\*.imp                   $(INSTALLBASE)\lib\*.*
 	-$(CP) $(subst /,\,$(APR))\misc\netware\*.xdc      $(INSTALLBASE)\lib\*.*
+	-$(CP) $(subst /,\,$(APRLIB))                      $(INSTALLBASE)\lib\*.*
+	-$(CP) $(subst /,\,$(APRUTLIB))                    $(INSTALLBASE)\lib\*.*
+	-$(CP) $(subst /,\,$(APULDAPLIB))                  $(INSTALLBASE)\lib\*.*
+	-$(CP) $(subst /,\,$(XMLLIB))                      $(INSTALLBASE)\lib\*.*
 
 $(INSTDEVDIRS) ::
 	$(CHKNOT) $@\NUL mkdir $@