diff options
author | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2003-03-04 00:03:31 +0000 |
---|---|---|
committer | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2003-03-04 00:03:31 +0000 |
commit | 5f5ad14963f1adc3093db422ef510a595e98dde6 (patch) | |
tree | b976821797b41cd7447e3bf1d7392ddcadc359a6 /NWGNUmakefile | |
parent | 70b6e5a88f2d1992e3a585113e360e1d63e375ad (diff) | |
download | libapr-5f5ad14963f1adc3093db422ef510a595e98dde6.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: http://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 \ |