You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bn...@apache.org on 2005/01/03 19:29:57 UTC

svn commit: r124022 - /apr/apr/trunk/NWGNUmakefile

Author: bnicholes
Date: Mon Jan  3 10:29:54 2005
New Revision: 124022

URL: http://svn.apache.org/viewcvs?view=rev&rev=124022
Log:
Add multicast.c to the NetWare build
Modified:
   apr/apr/trunk/NWGNUmakefile

Modified: apr/apr/trunk/NWGNUmakefile
Url: http://svn.apache.org/viewcvs/apr/apr/trunk/NWGNUmakefile?view=diff&rev=124022&p1=apr/apr/trunk/NWGNUmakefile&r1=124021&p2=apr/apr/trunk/NWGNUmakefile&r2=124022
==============================================================================
--- apr/apr/trunk/NWGNUmakefile	(original)
+++ apr/apr/trunk/NWGNUmakefile	Mon Jan  3 10:29:54 2005
@@ -290,6 +290,7 @@
 	$(OBJDIR)/libprews.o \
 	$(OBJDIR)/mktemp.o \
 	$(OBJDIR)/mmap.o \
+	$(OBJDIR)/multicast.o \
 	$(OBJDIR)/open.o \
 	$(OBJDIR)/pipe.o \
 	$(OBJDIR)/otherchild.o \