diff options
author | Brian Havard <bjh@apache.org> | 2003-02-26 10:38:09 +0000 |
---|---|---|
committer | Brian Havard <bjh@apache.org> | 2003-02-26 10:38:09 +0000 |
commit | 95f5b28afc85d56eb42262c82bb895a499c39647 (patch) | |
tree | b0dae5c041f56850cd0b80f832a251e0b0a568d5 | |
parent | 38a848244874f4c2d228d53f61e3dc4f762a425d (diff) | |
download | apr-95f5b28afc85d56eb42262c82bb895a499c39647.tar.gz apr-95f5b28afc85d56eb42262c82bb895a499c39647.zip |
Include filepath_util.c in OS/2 build.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64384 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | file_io/os2/Makefile.in | 1 | ||||
-rw-r--r-- | file_io/os2/filepath_util.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/file_io/os2/Makefile.in b/file_io/os2/Makefile.in index 4f0b1dd99..33673e014 100644 --- a/file_io/os2/Makefile.in +++ b/file_io/os2/Makefile.in @@ -14,6 +14,7 @@ TARGETS = \ maperrorcode.lo \ fullrw.lo \ filepath.lo \ + filepath_util.lo \ filesys.lo \ mktemp.lo \ copy.lo diff --git a/file_io/os2/filepath_util.c b/file_io/os2/filepath_util.c new file mode 100644 index 000000000..a89c173e5 --- /dev/null +++ b/file_io/os2/filepath_util.c @@ -0,0 +1 @@ +#include "../unix/filepath_util.c" |