[project @ 2003-06-05 14:01:37 by bursa]

Add gif.o to makefile.

svn path=/import/netsurf/; revision=162
This commit is contained in:
James Bursa 2003-06-05 14:01:37 +00:00
parent bedeee808c
commit 7513ff06f2

View File

@ -1,11 +1,11 @@
# $Id: makefile,v 1.30 2003/06/05 13:17:55 philpem Exp $
# $Id: makefile,v 1.31 2003/06/05 14:01:37 bursa Exp $
CC = riscos-gcc
OBJECTS = cache.o content.o fetch.o fetchcache.o \
css.o css_enum.o parser.o ruleset.o scanner.o \
browser.o netsurf.o \
box.o html.o layout.o textplain.o \
filetype.o font.o gui.o jpeg.o png.o theme.o \
filetype.o font.o gif.o gui.o jpeg.o png.o theme.o \
utils.o plugin.o options.o
DOCUMENTS = Themes.html
VPATH = content:css:desktop:render:riscos:utils