summaryrefslogtreecommitdiffstats
path: root/gtk/src/Makefile.am
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2015-03-26 22:13:24 +0000
committerjstebbins <[email protected]>2015-03-26 22:13:24 +0000
commit67165ce16e80ca5b424717a88f5c04880a5780cf (patch)
tree0f98bbc203aa2d2db39e20990418f790e5562ae7 /gtk/src/Makefile.am
parentfb6cd7bcc63a8c112a5c30058ee533808a56707c (diff)
LinGui: move icons into a GResource
This allows me to eliminate a warning from gtk+-3.14 about deprecated gtk_icon_theme_add_builtin_icon(). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7021 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/Makefile.am')
-rw-r--r--gtk/src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/src/Makefile.am b/gtk/src/Makefile.am
index 7e390a2b1..3bbd57bb8 100644
--- a/gtk/src/Makefile.am
+++ b/gtk/src/Makefile.am
@@ -53,6 +53,8 @@ ghb_SOURCES = \
presets.c \
presets.h \
preview.c \
+ icon_res.c \
+ icon_res.h \
icons.c \
icons.h \
values.c \