summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-12-13 23:16:50 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-12-13 23:16:50 +0000
commitf543cbbf4cefeca0e89b346a344d2eaf0747dc57 (patch)
tree11bd837037ae15f9ea596b9967a46142f5d86508 /Makefile.sources
parent5737ea10b282fde600a4a6d5772e47bc12c05c77 (diff)
downloadnetsurf-f543cbbf4cefeca0e89b346a344d2eaf0747dc57.tar.gz
netsurf-f543cbbf4cefeca0e89b346a344d2eaf0747dc57.tar.bz2
First attempt at Amiga text search function based on RISC OS code.
Needs some improvements: - add case sensitive, show all options - add search history - use AmigaOS pattern matching svn path=/trunk/netsurf/; revision=5902
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.sources b/Makefile.sources
index 878994046..b5e8a58aa 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -90,7 +90,8 @@ S_DEBUG := $(addprefix debug/,$(S_DEBUG))
S_AMIGA := compat.c gui.c tree.c history.c hotlist.c schedule.c \
thumbnail.c misc.c bitmap.c font.c filetype.c utf8.c login.c \
plotters.c object.c menu.c save_pdf.c arexx.c version.c \
- cookies.c context_menu.c clipboard.c save_complete.c fetch_file.c
+ cookies.c context_menu.c clipboard.c save_complete.c fetch_file.c \
+ fetch_mailto.c search.c
S_AMIGA := $(addprefix amiga/,$(S_AMIGA))
# S_FRAMEBUFFER are sources purely for the framebuffer build