summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2012-11-10 00:09:11 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2012-11-10 00:11:57 +0000
commit617d655c7bbcccd5168514c9d29e5b329eec63d4 (patch)
treef459e300779ff86740d9233c6a23ee19d2f7ea32 /beos
parent4d58ed656248d975e0394fbfec66215a45e74dfa (diff)
downloadnetsurf-617d655c7bbcccd5168514c9d29e5b329eec63d4.tar.gz
netsurf-617d655c7bbcccd5168514c9d29e5b329eec63d4.tar.bz2
Remove libxml
Diffstat (limited to 'beos')
-rw-r--r--beos/Makefile.target4
1 files changed, 1 insertions, 3 deletions
diff --git a/beos/Makefile.target b/beos/Makefile.target
index b1d1eaab5..af7c939ad 100644
--- a/beos/Makefile.target
+++ b/beos/Makefile.target
@@ -9,7 +9,7 @@
# for Haiku
LDFLAGS += -L/boot/common/lib
# some people do *not* have libm...
- LDFLAGS += -lxml2 -lcurl -liconv
+ LDFLAGS += -lcurl -liconv
LDFLAGS += -lssl -lcrypto -lcss -ldom -lparserutils -lhubbub -lwapcaplet
CFLAGS += -I. -O $(WARNFLAGS) -Dnsbeos \
@@ -31,7 +31,6 @@
RESOURCES = $(RSRC_BEOS)
ifeq ($(HOST),beos)
CFLAGS += -I/boot/home/config/include \
- -I/boot/home/config/include/libxml2 \
-I/boot/home/config/include/libmng \
-I/boot/home/config/include/hubbub \
-I/boot/home/config/include/libcss \
@@ -42,7 +41,6 @@
ifneq ($(wildcard /boot/develop/lib/*/libnetwork.so),)
# Haiku
CFLAGS += -I/boot/common/include \
- -I/boot/common/include/libxml2 \
-I/boot/common/include/libmng \
-I/boot/common/include/hubbub \
-I/boot/common/include/libcss \