summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2009-11-17 20:10:28 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2009-11-17 20:10:28 +0000
commit9825e7053c2a50e4bbd36f5827c145aafae909dc (patch)
tree4bfa86f066bbbc3c3149b0f17874bb3723faa445 /NWGNUmakefile
parent2ef3298efe0d9d7706423e20450c2e854d75da52 (diff)
downloadlibapr-9825e7053c2a50e4bbd36f5827c145aafae909dc.tar.gz
added static libraries to devel target.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@881479 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index ae4257ee6..b81d86f4f 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -366,6 +366,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 $@