summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-10-21 18:04:27 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-10-21 18:04:27 +0000
commit5624bf590ded22d8b2d85753fd189b7e6c6443ea (patch)
treec479d63fc77a28350dc2c393390723f6f8faed5d /Makefile.sources
parent8f5266e61e3a06f6f6703f0d127e411dec0b41d4 (diff)
downloadnetsurf-5624bf590ded22d8b2d85753fd189b7e6c6443ea.tar.gz
netsurf-5624bf590ded22d8b2d85753fd189b7e6c6443ea.tar.bz2
Initial context menus. Five possible options (copy link to clipboard, download link,
show object, save object and select file for upload), only one implemented at the moment. Menu structure/strings need some thought and tidy-up (with object and URL options in their own sub-menus?) svn path=/trunk/netsurf/; revision=5612
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.sources b/Makefile.sources
index 7be7a1f3a..a84c0b072 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -90,7 +90,7 @@ 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
+ cookies.c context_menu.c
S_AMIGA := $(addprefix amiga/,$(S_AMIGA))
# S_FRAMEBUFFER are sources purely for the framebuffer build