diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2003-03-04 00:03:31 +0000 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2003-03-04 00:03:31 +0000 |
commit | afb8ff9305ee3487e625f28630c1f7c7525a27ea (patch) | |
tree | b976821797b41cd7447e3bf1d7392ddcadc359a6 /NWGNUmakefile | |
parent | 4c6bf3d116c36a089f2cb64006f7f6f962bafc0d (diff) | |
download | apr-afb8ff9305ee3487e625f28630c1f7c7525a27ea.tar.gz |
Add the otherchild functions to the NetWare build so that the linker will be
happy. This is now necessary due to the changes in the changes in the
apr_thread_proc.h header
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64392 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index ad4c05be7..d70976ba6 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -270,6 +270,7 @@ FILES_lib_objs = \ $(OBJDIR)/mmap.o \ $(OBJDIR)/open.o \ $(OBJDIR)/pipe.o \ + $(OBJDIR)/otherchild.o \ $(OBJDIR)/poll.o \ $(OBJDIR)/pollacc.o \ $(OBJDIR)/proc.o \ |