You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dr...@hyperreal.org on 1999/10/25 15:21:17 UTC

cvs commit: apache-2.0/src/lib/apr/network_io/beos Makefile.in

dreid       99/10/25 06:21:16

  Modified:    src/lib/apr/network_io/beos Makefile.in
  Log:
  Well having added the file guess I should really include it!
  
  Revision  Changes    Path
  1.4       +2 -1      apache-2.0/src/lib/apr/network_io/beos/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/network_io/beos/Makefile.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.in	1999/10/02 23:11:36	1.3
  +++ Makefile.in	1999/10/25 13:21:12	1.4
  @@ -18,7 +18,8 @@
   	sendrecv.o \
   	sockets.o \
   	sockopt.o \
  -         inet_aton.o
  +         inet_aton.o \
  +         sockaddr.o
   
   .c.o:
   	$(CC) $(CFLAGS) -c $(INCLUDES) $<