summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2013-03-30 14:37:04 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2013-03-30 14:37:04 +0000
commit8b66819084f497c9606c29f4b902f0ac62d46b3e (patch)
treef04c87ec629df6db2857762d48b309d67859a1b7
parent3467ebcd58b7fe0a7c67406a9acc62640433f00d (diff)
downloadlibapr-8b66819084f497c9606c29f4b902f0ac62d46b3e.tar.gz
Copy the data folder too for testing on NetWare.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1462769 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--test/NWGNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/NWGNUmakefile b/test/NWGNUmakefile
index b9ebfaf27..a1085d78f 100644
--- a/test/NWGNUmakefile
+++ b/test/NWGNUmakefile
@@ -45,6 +45,7 @@ nlms :: libs $(TARGET_nlm)
#
install :: nlms FORCE
$(call COPY,$(OBJDIR)/*.nlm,$(INSTALLBASE))
+ $(call COPYR,data,$(INSTALLBASE)/data/)
#
# Any specialized rules here