summaryrefslogtreecommitdiff
path: root/beos/Makefile.target
diff options
context:
space:
mode:
authorAdrián Arroyo Calle <adrian.arroyocalle@gmail.com>2016-01-19 14:07:57 +0000
committerVincent Sanders <vince@kyllikki.org>2016-01-19 14:07:57 +0000
commit0a5f63abf145c05ed9994566289316516310a603 (patch)
treecfedfaf6a27d836c1141cab00bcc9c5496af6f2e /beos/Makefile.target
parent9a64e9302ee53dfbdda7a5fa8210877c030ed01d (diff)
downloadnetsurf-0a5f63abf145c05ed9994566289316516310a603.tar.gz
netsurf-0a5f63abf145c05ed9994566289316516310a603.tar.bz2
Add cookie management for Haiku frontend
Diffstat (limited to 'beos/Makefile.target')
-rw-r--r--beos/Makefile.target5
1 files changed, 3 insertions, 2 deletions
diff --git a/beos/Makefile.target b/beos/Makefile.target
index a3f857ec1..38ec27919 100644
--- a/beos/Makefile.target
+++ b/beos/Makefile.target
@@ -57,7 +57,7 @@ else
NETLDFLAGS := -lnetwork
endif
-LDFLAGS += -lbe -ltranslation -ltracker $(NETLDFLAGS)
+LDFLAGS += -lbe -ltranslation -ltracker -lcolumnlistview $(NETLDFLAGS)
ifeq ($(CC_MAJOR),2)
LDFLAGS += -lstdc++.r4
else
@@ -85,7 +85,8 @@ endif
# ----------------------------------------------------------------------------
# S_BEOS are sources purely for the BeOS build
-S_BEOS := about.cpp bitmap.cpp download.cpp fetch_rsrc.cpp filetype.cpp \
+S_BEOS := about.cpp bitmap.cpp cookies.cpp \
+ download.cpp fetch_rsrc.cpp filetype.cpp \
font.cpp gui.cpp login.cpp gui_options.cpp plotters.cpp \
scaffolding.cpp search.cpp schedule.cpp throbber.cpp window.cpp
S_BEOS := $(addprefix beos/,$(S_BEOS))