summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2013-03-30 14:37:04 +0000
committerGuenter Knauf <fuankg@apache.org>2013-03-30 14:37:04 +0000
commit3105a51457d37fedeafa3237135ea59f8d31c4a3 (patch)
tree2c5988e225cf9fe66ffd544930192ef5a7b7c319
parentce616349361f0bc4b0e0d9190870a8744d2fa681 (diff)
downloadapr-3105a51457d37fedeafa3237135ea59f8d31c4a3.tar.gz
Copy the data folder too for testing on NetWare.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.3.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