summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-01-04 17:07:11 +0000
committerVincent Sanders <vince@kyllikki.org>2014-01-04 17:07:11 +0000
commitf7916866e3e4a81a2ba69d75b04ee6c45673429e (patch)
tree26da28cc369c93b376e1c39a6cd5bf19746b6cbc /beos
parent5a408069c95674bc6e591d0f3a65d3d810746a0f (diff)
downloadnetsurf-f7916866e3e4a81a2ba69d75b04ee6c45673429e.tar.gz
netsurf-f7916866e3e4a81a2ba69d75b04ee6c45673429e.tar.bz2
remove all references to using libMNG
Diffstat (limited to 'beos')
-rw-r--r--beos/Makefile.target2
1 files changed, 0 insertions, 2 deletions
diff --git a/beos/Makefile.target b/beos/Makefile.target
index 499ec16e9..81e2a951e 100644
--- a/beos/Makefile.target
+++ b/beos/Makefile.target
@@ -32,7 +32,6 @@ RSRC_BEOS = $(addprefix $(OBJROOT)/,$(subst /,_,$(patsubst %.rdef,%.rsrc,$(RDEF_
RESOURCES = $(RSRC_BEOS)
ifeq ($(HOST),beos)
CFLAGS += -I/boot/home/config/include \
- -I/boot/home/config/include/libmng \
-I/boot/home/config/include/hubbub \
-I/boot/home/config/include/libcss \
-I/boot/home/config/include/parserutils
@@ -42,7 +41,6 @@ ifeq ($(HOST),beos)
ifneq ($(wildcard /boot/develop/lib/*/libnetwork.so),)
# Haiku
CFLAGS += -I/boot/common/include \
- -I/boot/common/include/libmng \
-I/boot/common/include/hubbub \
-I/boot/common/include/libcss \
-I/boot/common/include/parserutils