summaryrefslogtreecommitdiff
path: root/gtk/Makefile.target
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-08-01 00:58:42 +0100
committerVincent Sanders <vince@kyllikki.org>2014-08-01 01:00:13 +0100
commit58eea873f875b58050a01478b4aaed0d75135e9a (patch)
tree50c532e971a097a756b7391de97960316b957ae8 /gtk/Makefile.target
parent43fea75b7290cdcbfafa8e159dc3832581352755 (diff)
downloadnetsurf-58eea873f875b58050a01478b4aaed0d75135e9a.tar.gz
netsurf-58eea873f875b58050a01478b4aaed0d75135e9a.tar.bz2
rationalise source view
Diffstat (limited to 'gtk/Makefile.target')
-rw-r--r--gtk/Makefile.target4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/Makefile.target b/gtk/Makefile.target
index ec19d1b36..f69a73a95 100644
--- a/gtk/Makefile.target
+++ b/gtk/Makefile.target
@@ -110,8 +110,8 @@ S_GTK := font_pango.c bitmap.c gui.c schedule.c thumbnail.c plotters.c \
treeview.c scaffolding.c gdk.c completion.c login.c throbber.c \
selection.c history.c window.c fetch.c download.c menu.c \
print.c search.c tabs.c theme.c toolbar.c gettext.c \
- compat.c cookies.c hotlist.c \
- $(addprefix dialogs/,preferences.c about.c source.c)
+ compat.c cookies.c hotlist.c viewdata.c viewsource.c \
+ $(addprefix dialogs/,preferences.c about.c)
S_GTK := $(addprefix gtk/,$(S_GTK)) $(addprefix utils/,container.c)
# code in utils/container.ch is non-universal it seems