From c67ffb2b39d026484d6580f4605b81245040cd93 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 1 Oct 2003 00:26:42 +0000 Subject: [project @ 2003-10-01 00:26:42 by jmb] Split text selection related code from riscos/gui.c svn path=/import/netsurf/; revision=338 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 6ac300128..c44a6c361 100644 --- a/makefile +++ b/makefile @@ -13,7 +13,7 @@ OBJECTS_COMMON = cache.o content.o fetch.o fetchcache.o other.o \ OBJECTS = $(OBJECTS_COMMON) \ browser.o netsurf.o \ htmlredraw.o \ - dialog.o download.o gui.o menus.o mouseactions.o options.o theme.o \ + dialog.o download.o gui.o menus.o mouseactions.o options.o textselection.o theme.o \ draw.o gif.o jpeg.o plugin.o png.o sprite.o \ about.o filetype.o font.o uri.o OBJECTS_DEBUG = $(OBJECTS_COMMON) \ -- cgit v1.2.3