dreid 00/12/10 04:16:49
Modified: dso/beos Makefile.in
include/arch/beos dso.h
Log:
Change the includes in the "correct" way to allow building on
BeOS :)
Submitted by: Ryan Bloom <[EMAIL PROTECTED]>
Reviewed by: David Reid <[EMAIL PROTECTED]>
Revision Changes Path
1.8 +2 -1 apr/dso/beos/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apr/dso/beos/Makefile.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile.in 2000/11/15 12:22:14 1.7
+++ Makefile.in 2000/12/10 12:16:49 1.8
@@ -4,7 +4,8 @@
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@ $(LIBS)
INCDIR=../../include
-INCLUDES=-I$(INCDIR) -I$(INCDIR)/arch
+DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@
+INCLUDES=-I$(INCDIR) -I$(INCDIR)/arch -I$(DEFOSDIR)
MKDEP=../../helpers/mkdep.sh
LIB=libdso.a
1.11 +1 -1 apr/include/arch/beos/dso.h
Index: dso.h
===================================================================
RCS file: /home/cvs/apr/include/arch/beos/dso.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- dso.h 2000/12/09 13:36:57 1.10
+++ dso.h 2000/12/10 12:16:49 1.11
@@ -55,7 +55,7 @@
#ifndef DSO_H
#define DSO_H
-#include "unix/apr_private.h"
+#include "apr_private.h"
#include "apr_general.h"
#include "apr_pools.h"
#include "apr_errno.h"