From: David Reid Date: Thu, 10 Feb 2000 13:20:33 +0000 (+0000) Subject: Add the rest of the files to allow BeOS to use the buildconf stuff. X-Git-Tag: 1.3.12~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2588e9b7bdbe13ef258328102bf41e6c5ccd34d0;p=apache Add the rest of the files to allow BeOS to use the buildconf stuff. Forgot to add these last time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84597 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/beos/Makefile.in b/os/beos/Makefile.in new file mode 100644 index 0000000000..ea86214b21 --- /dev/null +++ b/os/beos/Makefile.in @@ -0,0 +1,10 @@ + +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 diff --git a/os/beos/config.m4 b/os/beos/config.m4 new file mode 100644 index 0000000000..823ac063ab --- /dev/null +++ b/os/beos/config.m4 @@ -0,0 +1,3 @@ +if test "$OS" = "beos" ; then + CFLAGS="$CFLAGS -DBEOS" +fi