summaryrefslogtreecommitdiff
path: root/beos/Makefile.target
diff options
context:
space:
mode:
authorAdrián Arroyo Calle <adrian.arroyocalle@gmail.com>2016-01-19 14:03:18 +0000
committerVincent Sanders <vince@kyllikki.org>2016-01-19 14:03:18 +0000
commit9a64e9302ee53dfbdda7a5fa8210877c030ed01d (patch)
tree35110d90f88a556e385f96bc543fb3e6ea7d062a /beos/Makefile.target
parentf266eb1c5d0423679438a77834b3ee2e669e63a4 (diff)
downloadnetsurf-9a64e9302ee53dfbdda7a5fa8210877c030ed01d.tar.gz
netsurf-9a64e9302ee53dfbdda7a5fa8210877c030ed01d.tar.bz2
Add web search bar to haiku frontend
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 e8745d876..a3f857ec1 100644
--- a/beos/Makefile.target
+++ b/beos/Makefile.target
@@ -99,7 +99,7 @@ RDEF_IMP_BEOS := $(addprefix $(OBJROOT)/,$(subst /,_,$(RDEF_IMP_BEOS)))
RDEP_BEOS := \
adblock.css beosdefault.css default.css internal.css quirks.css \
netsurf.png favicon.png ca-bundle.txt \
- credits.html licence.html welcome.html maps.html
+ credits.html licence.html welcome.html maps.html SearchEngines
RDEP_BEOS := $(addprefix beos/res/,$(RDEP_BEOS)) \
$(wildcard beos/res/icons/*.png) \
$(wildcard beos/res/??/*) \