summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-10-01 09:26:05 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-10-01 09:27:53 -0400
commite94e04def45bc2cbcaf715c15e0fc0081897a43c (patch)
tree381e900f29a30adf30c1170fe7ce3ad39889ff78 /Makefile.am
parent516d2582a87bc72672d3c1d3a5a4d37a8aa7df3f (diff)
downloadlibgd-e94e04def45bc2cbcaf715c15e0fc0081897a43c.tar.gz
icon-utils: add a method to embed an image in a frame
Exports the method we have in the private gnome-documents library for this to libgd.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index dcbb849..47e7540 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,8 +32,8 @@ if LIBGD_GTK_HACKS
gtk_hacks_sources = \
libgd/gd-entry-focus-hack.c \
libgd/gd-entry-focus-hack.h \
- libgd/gd-create-symbolic-icon.c \
- libgd/gd-create-symbolic-icon.h \
+ libgd/gd-icon-utils.c \
+ libgd/gd-icon-utils.h \
$(NULL)
nodist_libgd_la_SOURCES += $(gtk_hacks_sources)