mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 01:09:39 +03:00
Added object.c to NS_AMIGA source files
svn path=/trunk/netsurf/; revision=4874
This commit is contained in:
parent
48070139d8
commit
f297bb8531
@ -83,7 +83,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
|
||||
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 := $(addprefix amiga/,$(S_AMIGA))
|
||||
|
||||
# Some extra rules for building the scanner etc.
|
||||
|
Loading…
Reference in New Issue
Block a user