summaryrefslogtreecommitdiff
path: root/beos/Makefile.target
diff options
context:
space:
mode:
authorFrançois Revel <mmu_man@netsurf-browser.org>2012-03-25 23:03:11 +0000
committerFrançois Revel <mmu_man@netsurf-browser.org>2012-03-25 23:03:11 +0000
commitb9a2def970522a4472168ecd12c338b7ef1aa2b9 (patch)
tree025ff1ffa26257c8e857a439663774251deaed9e /beos/Makefile.target
parentad0c132f2bcd8554a445c7c5687e79c35f872c5b (diff)
downloadnetsurf-b9a2def970522a4472168ecd12c338b7ef1aa2b9.tar.gz
netsurf-b9a2def970522a4472168ecd12c338b7ef1aa2b9.tar.bz2
Fix BeOS build:
- comment out unneeded includes for now, - fix static lib linking order. svn path=/trunk/netsurf/; revision=13713
Diffstat (limited to 'beos/Makefile.target')
-rw-r--r--beos/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/Makefile.target b/beos/Makefile.target
index 964907ed3..ec8719e3e 100644
--- a/beos/Makefile.target
+++ b/beos/Makefile.target
@@ -10,7 +10,7 @@
LDFLAGS += -L/boot/common/lib
# some people do *not* have libm...
LDFLAGS += -lxml2 -lcurl -liconv
- LDFLAGS += -lssl -lcrypto -lhubbub -lcss -lparserutils -lwapcaplet
+ LDFLAGS += -lssl -lcrypto -lcss -ldom -lparserutils -lhubbub -lwapcaplet
CFLAGS += -I. -O $(WARNFLAGS) -Dnsbeos \
-D_BSD_SOURCE -D_POSIX_C_SOURCE \