From 2588e9b7bdbe13ef258328102bf41e6c5ccd34d0 Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 10 Feb 2000 13:20:33 +0000 Subject: [PATCH] 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 --- os/beos/Makefile.in | 10 ++++++++++ os/beos/config.m4 | 3 +++ 2 files changed, 13 insertions(+) create mode 100644 os/beos/Makefile.in create mode 100644 os/beos/config.m4 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 -- 2.50.1