summaryrefslogtreecommitdiff
path: root/gtk/Makefile.target
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2012-12-30 01:17:17 +0000
committerVincent Sanders <vince@kyllikki.org>2013-01-01 00:59:47 +0000
commit33934e12713f2ba8f5369a27f6abf725862f1a18 (patch)
tree2e44e88ae51bd73d7b7b2f2b40e63100c0451946 /gtk/Makefile.target
parentea3f09a72433be165cc4ec09052b3d636e64ac0c (diff)
downloadnetsurf-33934e12713f2ba8f5369a27f6abf725862f1a18.tar.gz
netsurf-33934e12713f2ba8f5369a27f6abf725862f1a18.tar.bz2
implement the GTK preferances dialog with signals
Diffstat (limited to 'gtk/Makefile.target')
-rw-r--r--gtk/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.target b/gtk/Makefile.target
index 2d1eebf50..88f8eccde 100644
--- a/gtk/Makefile.target
+++ b/gtk/Makefile.target
@@ -112,7 +112,7 @@ S_GTK := font_pango.c bitmap.c gui.c schedule.c thumbnail.c plotters.c \
selection.c history.c window.c filetype.c download.c menu.c \
print.c search.c tabs.c theme.c toolbar.c \
compat.c cookies.c hotlist.c system_colour.c \
- $(addprefix dialogs/,options.c about.c source.c)
+ $(addprefix dialogs/,preferences.c about.c source.c)
S_GTK := $(addprefix gtk/,$(S_GTK)) $(addprefix utils/,container.c)
# code in utils/container.ch is non-universal it seems