summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2009-11-17 20:11:19 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2009-11-17 20:11:19 +0000
commit752198ef5ae248d5ae2a0f3e28e1124e13897775 (patch)
tree53ff36e041fb66f5d8946d148bd0e984d65014f3
parent54c60e0c52f6e7f7178b4b4ede9f086e25947a73 (diff)
downloadlibapr-752198ef5ae248d5ae2a0f3e28e1124e13897775.tar.gz
added static libraries to devel target.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.3.x@881481 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--NWGNUmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 571227ac9..2a327981a 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -364,6 +364,10 @@ installdev :: $(INSTDEVDIRS) FORCE
-$(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 $@