summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 94153e4..ee95e20 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,9 @@ ifneq ($(PKGCONFIG),)
LDFLAGS := $(LDFLAGS) \
$(shell $(PKGCONFIG) $(PKGCONFIGFLAGS) --libs libxml-2.0)
else
+ ifeq ($(TARGET),beos)
+ CFLAGS := $(CFLAGS) -I/boot/home/config/include/libxml2
+ endif
CFLAGS := $(CFLAGS) -I$(PREFIX)/include/libxml2
LDFLAGS := $(CFLAGS) -lxml2
endif