From 5624bf590ded22d8b2d85753fd189b7e6c6443ea Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 21 Oct 2008 18:04:27 +0000 Subject: 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 --- Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.sources') 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 -- cgit v1.2.3