summaryrefslogtreecommitdiff
path: root/gtk/Makefile.target
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-09-22 23:18:03 +0100
committerVincent Sanders <vince@kyllikki.org>2014-09-22 23:18:03 +0100
commite825f384370ec0c939f5b2c8d741b796b3eb98e9 (patch)
tree47380b8d441e461ca512da11aee9cc65dd7bdef3 /gtk/Makefile.target
parent9487076f2ad1298b1122155170949cb59156d9b9 (diff)
downloadnetsurf-e825f384370ec0c939f5b2c8d741b796b3eb98e9.tar.gz
netsurf-e825f384370ec0c939f5b2c8d741b796b3eb98e9.tar.bz2
move about and preferences window handling to more sensible position
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 05865ff74..8fed107fd 100644
--- a/gtk/Makefile.target
+++ b/gtk/Makefile.target
@@ -109,7 +109,7 @@ S_GTK := font_pango.c bitmap.c gui.c schedule.c thumbnail.c plotters.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 viewdata.c viewsource.c \
- $(addprefix dialogs/,preferences.c about.c)
+ preferences.c about.c
S_GTK := $(addprefix gtk/,$(S_GTK)) $(addprefix utils/,container.c)
# code in utils/container.ch is non-universal it seems