From 40a7fab960298706abb6b80898e97d5b04119303 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 26 Jul 2002 17:38:12 +0000 Subject: Special-case message/digest and give it a nice icon. [#9786] * e-msg-composer-attachment-bar.c (pixbuf_for_mime_type): Special-case message/digest and give it a nice icon. [#9786] * Makefile.am (INCLUDES): Add -D for EVOLUTION_ICONSDIR. svn path=/trunk/; revision=17609 --- composer/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'composer/Makefile.am') diff --git a/composer/Makefile.am b/composer/Makefile.am index 16836ccf59..22334d3eeb 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -33,10 +33,11 @@ idldir = $(datadir)/idl idl_DATA = $(IDLS) gladedir = $(datadir)/evolution/glade - glade_DATA = \ e-msg-composer-attachment.glade +iconsdir = $(datadir)/images/evolution + libcomposerincludedir = $(includedir)/composer noinst_LIBRARIES = libcomposer.a @@ -54,6 +55,7 @@ INCLUDES = \ -I$(top_builddir)/shell \ -I$(top_srcdir)/shell \ -DEVOLUTION_DATADIR=\"$(datadir)\" \ + -DEVOLUTION_ICONSDIR=\"$(iconsdir)\" \ -DE_GLADEDIR=\"$(gladedir)\" \ -DG_LOG_DOMAIN=\"composer\" \ $(GNOME_FULL_CFLAGS) -- cgit v1.2.3