summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-25 13:32:26 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-25 13:32:26 +0000
commitab077d82dd4686536107520fa94470998087074b (patch)
tree5db4354b3bc33f691c78d141be9f00283fe14643 /Makefile.sources
parent3e38e71089bb9681243399373823dcb93084a796 (diff)
downloadnetsurf-ab077d82dd4686536107520fa94470998087074b.tar.gz
netsurf-ab077d82dd4686536107520fa94470998087074b.tar.bz2
Moved Amiga menu code into separate file.
svn path=/trunk/netsurf/; revision=5199
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 ecc0d6b87..998eafc2c 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -85,7 +85,7 @@ S_DEBUG := netsurfd.c debug_bitmap.c filetyped.c fontd.c
S_DEBUG := $(addprefix debug/,$(S_DEBUG))
# S_AMIGA are sources purely for the Amiga build
-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
+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
S_AMIGA := $(addprefix amiga/,$(S_AMIGA))
# Some extra rules for building the scanner etc.