From bda534e12a5071434d700d91750f9c1eaa422812 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 28 Jul 2010 15:22:44 +0000 Subject: Clean up how GTK frontend finds resources svn path=/trunk/netsurf/; revision=10668 --- Makefile.sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index 95d3d95c8..57a2d370b 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -11,8 +11,8 @@ S_CSS := css.c dump.c internal.c select.c utils.c S_RENDER := box.c box_construct.c box_normalise.c directory.c favicon.c \ font.c form.c html.c html_interaction.c html_redraw.c \ hubbub_binding.c imagemap.c layout.c list.c table.c textplain.c -S_UTILS := base64.c filename.c hashtable.c http.c locale.c \ - messages.c talloc.c url.c utf8.c utils.c useragent.c +S_UTILS := base64.c filename.c hashtable.c http.c locale.c messages.c \ + talloc.c url.c utf8.c utils.c useragent.c findresource.c S_DESKTOP := knockout.c options.c plot_style.c print.c search.c \ searchweb.c scroll.c textarea.c tree.c version.c -- cgit v1.2.3