summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2007-09-14 18:33:32 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2007-09-14 18:33:32 +0000
commitf025f23c52e884bfd0b87078a22670c7a53f8177 (patch)
tree0e03c1d24941546d1fc1c525960094d649348ac5 /makefile
parentc228658f2d560b752f757ff23881e558cf637a97 (diff)
downloadnetsurf-f025f23c52e884bfd0b87078a22670c7a53f8177.tar.gz
netsurf-f025f23c52e884bfd0b87078a22670c7a53f8177.tar.bz2
Remove the old and crap gesture core
svn path=/trunk/netsurf/; revision=3537
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index f823df659..6c364fa2f 100644
--- a/makefile
+++ b/makefile
@@ -33,7 +33,7 @@ OBJECTS_IMAGE = bmp.o bmpread.o gif.o gifread.o ico.o jpeg.o \
OBJECTS_RISCOS = $(OBJECTS_COMMON) $(OBJECTS_IMAGE)
OBJECTS_RISCOS += browser.o frames.o history_core.o netsurf.o \
- selection.o textinput.o gesture_core.o # desktop/
+ selection.o textinput.o # desktop/
OBJECTS_RISCOS += 401login.o artworks.o assert.o awrender.o bitmap.o \
buffer.o cookies.o configure.o debugwin.o \
dialog.o download.o draw.o filetype.o font.o \
@@ -64,7 +64,7 @@ OBJECTS_DEBUGRO += artworks.o awrender.o bitmap.o draw.o \
OBJECTS_GTK = $(OBJECTS_COMMON) $(OBJECTS_IMAGE)
OBJECTS_GTK += browser.o frames.o history_core.o netsurf.o \
- selection.o textinput.o gesture_core.o # desktop/
+ selection.o textinput.o # desktop/
OBJECTS_GTK += font_pango.o gtk_bitmap.o gtk_gui.o \
gtk_schedule.o gtk_thumbnail.o gtk_options.o \
gtk_plotters.o gtk_treeview.o gtk_scaffolding.o \