summaryrefslogtreecommitdiff
path: root/gtk/Makefile.target
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-06-04 22:43:11 +0100
committerVincent Sanders <vince@kyllikki.org>2015-06-04 22:43:11 +0100
commitc4d5393a972bb7ed276ce4bc5c92ba825d0a33f5 (patch)
tree3444cac33e28245f2fa646500da326acfc4c5f9e /gtk/Makefile.target
parentc8ae7446806d5f329b844a098109e83e347e16ce (diff)
downloadnetsurf-c4d5393a972bb7ed276ce4bc5c92ba825d0a33f5.tar.gz
netsurf-c4d5393a972bb7ed276ce4bc5c92ba825d0a33f5.tar.bz2
move gtk menu cursor creation into separate resourec handling module
The gtk resource handling must be changed for GTK3 as creating from inline is depricated. This is the first step to splitting out the support.
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 0b2eaab9a..01c00c2fb 100644
--- a/gtk/Makefile.target
+++ b/gtk/Makefile.target
@@ -112,7 +112,7 @@ S_GTK := font_pango.c bitmap.c gui.c schedule.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 \
- preferences.c about.c ssl_cert.c
+ preferences.c about.c ssl_cert.c resources.c
S_GTK := $(addprefix gtk/,$(S_GTK)) $(addprefix utils/,container.c)
# code in utils/container.ch is non-universal it seems