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 2000/02/10 14:20:35 UTC

cvs commit: apache-2.0/src/os/beos Makefile.in config.m4

dreid       00/02/10 05:20:34

  Added:       src/os/beos Makefile.in config.m4
  Log:
  Add the rest of the files to allow BeOS to use the buildconf stuff.
  Forgot to add these last time.
  
  Revision  Changes    Path
  1.1                  apache-2.0/src/os/beos/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  
  DEPTH     = ../..
  topsrcdir = @topsrcdir@
  srcdir    = @srcdir@
  VPATH     = @srcdir@
  
  LTLIBRARY_NAME    = libos.la
  LTLIBRARY_SOURCES = os.c os-inline.c beosd.c iol_socket.c
  
  include $(topsrcdir)/build/ltlib.mk
  
  
  
  1.1                  apache-2.0/src/os/beos/config.m4
  
  Index: config.m4
  ===================================================================
  if test "$OS" = "beos" ; then
      CFLAGS="$CFLAGS -DBEOS"
  fi