summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 $@