summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorbrane <brane@13f79535-47bb-0310-9956-ffa450edef68>2003-02-12 20:20:56 +0000
committerbrane <brane@13f79535-47bb-0310-9956-ffa450edef68>2003-02-12 20:20:56 +0000
commit139029b3b588f42ba3e467631874ae84dd2a6097 (patch)
tree716428703f123dc6bf5507b8d5e8dd778487696b /NWGNUmakefile
parent490f50d817f003242e7e12507b6d730a298d8033 (diff)
downloadlibapr-139029b3b588f42ba3e467631874ae84dd2a6097.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: http://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 \