summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2009-04-20 20:31:13 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2009-04-20 20:31:13 +0000
commitec034af671ef48d131ea749870120e3c8ba12319 (patch)
tree76dd9288b85bca0a40d402ba4b9934b6524f0ad0 /Makefile.sources
parentf4757102b6604428b8137d049b8783de199fb015 (diff)
downloadnetsurf-ec034af671ef48d131ea749870120e3c8ba12319.tar.gz
netsurf-ec034af671ef48d131ea749870120e3c8ba12319.tar.bz2
Apply contributions from Mark Benjamin and Chris Tarnowski, with some reworking from me. Beware; glade nastyness ahead.
svn path=/trunk/netsurf/; revision=7136
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 fdf151008..458f06a80 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -60,7 +60,7 @@ S_GTK := font_pango.c gtk_bitmap.c gtk_gui.c gtk_schedule.c \
gtk_completion.c gtk_login.c gtk_throbber.c gtk_selection.c \
gtk_history.c gtk_window.c gtk_filetype.c gtk_download.c \
gtk_print.c gtk_tabs.c \
- $(addprefix dialogs/,gtk_options.c gtk_about.c)
+ $(addprefix dialogs/,gtk_options.c gtk_about.c gtk_source.c)
S_GTK := $(addprefix gtk/,$(S_GTK))
# S_BEOS are sources purely for the BeOS build