You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2009/10/05 00:50:09 UTC

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

Author: fuankg
Date: Sun Oct  4 22:50:09 2009
New Revision: 821634

URL: http://svn.apache.org/viewvc?rev=821634&view=rev
Log:
added socket_util.c to NetWare makefile.

Modified:
    apr/apr/trunk/NWGNUmakefile

Modified: apr/apr/trunk/NWGNUmakefile
URL: http://svn.apache.org/viewvc/apr/apr/trunk/NWGNUmakefile?rev=821634&r1=821633&r2=821634&view=diff
==============================================================================
--- apr/apr/trunk/NWGNUmakefile (original)
+++ apr/apr/trunk/NWGNUmakefile Sun Oct  4 22:50:09 2009
@@ -389,6 +389,7 @@
 	$(OBJDIR)/shm.o \
 	$(OBJDIR)/signals.o \
 	$(OBJDIR)/sockaddr.o \
+	$(OBJDIR)/socket_util.o \
 	$(OBJDIR)/sockets.o \
 	$(OBJDIR)/sockopt.o \
 	$(OBJDIR)/start.o \