summaryrefslogtreecommitdiff
path: root/dso
diff options
context:
space:
mode:
authorDavid Reid <dreid@apache.org>2000-12-10 12:16:49 +0000
committerDavid Reid <dreid@apache.org>2000-12-10 12:16:49 +0000
commit2d9e1bfd4c878c882466e04a8b33227edd7dc9d7 (patch)
tree740a5ed804da2d63c6740c93296eb0a0e7095093 /dso
parent05aa6429b6d067b89e688a0a4c31c10be6a41c29 (diff)
downloadapr-2d9e1bfd4c878c882466e04a8b33227edd7dc9d7.tar.gz
Change the includes in the "correct" way to allow building on
BeOS :) Submitted by: Ryan Bloom <rbb@covalent.net> Reviewed by: David Reid <dreid@apache.org> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60928 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dso')
-rw-r--r--dso/beos/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/dso/beos/Makefile.in b/dso/beos/Makefile.in
index f9a9b293e..266554101 100644
--- a/dso/beos/Makefile.in
+++ b/dso/beos/Makefile.in
@@ -4,7 +4,8 @@ CFLAGS=@CFLAGS@ @OPTIM@
LIBS=@LIBS@
LDFLAGS=@LDFLAGS@ $(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