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...@locus.apache.org on 2000/04/03 23:36:33 UTC

cvs commit: apache-2.0/src/modules/mpm/mpmt_beos Makefile.in acceptlock.c acceptlock.h mutex.c mutex.h

dreid       00/04/03 14:36:32

  Modified:    src/modules/mpm/mpmt_beos Makefile.in
  Removed:     src/modules/mpm/mpmt_beos acceptlock.c acceptlock.h mutex.c
                        mutex.h
  Log:
  Tidy up the beos mpm files.
  
  Revision  Changes    Path
  1.3       +1 -1      apache-2.0/src/modules/mpm/mpmt_beos/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/mpmt_beos/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	2000/03/15 22:46:30	1.2
  +++ Makefile.in	2000/04/03 21:36:28	1.3
  @@ -5,6 +5,6 @@
   VPATH     = @srcdir@
   
   LTLIBRARY_NAME    = libmpmt_beos.la
  -LTLIBRARY_SOURCES = mpmt_beos.c scoreboard.c acceptlock.c mutex.c poll.c
  +LTLIBRARY_SOURCES = mpmt_beos.c scoreboard.c poll.c
   
   include $(top_srcdir)/build/ltlib.mk