summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorBranko Čibej <brane@apache.org>2003-02-12 20:20:56 +0000
committerBranko Čibej <brane@apache.org>2003-02-12 20:20:56 +0000
commit8dc33467727dfa3e6484b19637a6b97447ffb2e0 (patch)
tree716428703f123dc6bf5507b8d5e8dd778487696b /NWGNUmakefile
parent80bbefa0f622a8e0c1081b9d5a66aed89fb017df (diff)
downloadapr-8dc33467727dfa3e6484b19637a6b97447ffb2e0.tar.gz
Added two new functions, apr_filepath_list_split and apr_filepath_list_merge,
for managing search paths. The common implementation is in a new file, file_io/unix/filepath_util.c. Also added tests for these functions a new file in the test suite, testpath.c. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64349 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index b57e51dbb..3f074e9e4 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -255,6 +255,7 @@ FILES_lib_objs = \
$(OBJDIR)/fileacc.o \
$(OBJDIR)/filedup.o \
$(OBJDIR)/filepath.o \
+ $(OBJDIR)/filepath_util.o \
$(OBJDIR)/filestat.o \
$(OBJDIR)/filesys.o \
$(OBJDIR)/flock.o \