summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2010-04-13 17:13:52 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2010-04-13 17:13:52 +0000
commit39209643d05fb2f54cbdbe7d301b2d8369d0c4b5 (patch)
treebfe882a80343ec30850060569a0261f8fcbf74f1 /Makefile.sources
parentd1cd04a0b9f77b6a193504c835655bbaf7e56d07 (diff)
downloadnetsurf-39209643d05fb2f54cbdbe7d301b2d8369d0c4b5.tar.gz
netsurf-39209643d05fb2f54cbdbe7d301b2d8369d0c4b5.tar.bz2
Add gtk_compat.c, which provides implementations of newer GTK functions that we require. This is needed because some macros we were using have been deprecated and replaced with functions, and we build without deprecated features due to it spewing warnings everywhere.
svn path=/trunk/netsurf/; revision=10392
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 8612e1255..c62af6312 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -61,7 +61,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_menu.c gtk_print.c gtk_save.c gtk_search.c gtk_tabs.c \
- gtk_theme.c gtk_toolbar.c sexy_icon_entry.c \
+ gtk_theme.c gtk_toolbar.c sexy_icon_entry.c gtk_compat.c \
$(addprefix dialogs/,gtk_options.c gtk_about.c gtk_source.c)
S_GTK := $(addprefix gtk/,$(S_GTK)) $(addprefix utils/,container.c)
# code in utils/container.ch is non-universal it seems