aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-08-04 01:06:28 +0800
committerPeter Williams <peterw@src.gnome.org>2000-08-04 01:06:28 +0800
commitf273b40d5edeb4da6408c265097c44d70ae861eb (patch)
treec817b18506db531d65afcb9a3225db6e2d4456ee /mail/Makefile.am
parentbc9ac7db4c2046818cdc0769278c65e92039df75 (diff)
downloadgsoc2013-evolution-f273b40d5edeb4da6408c265097c44d70ae861eb.tar
gsoc2013-evolution-f273b40d5edeb4da6408c265097c44d70ae861eb.tar.gz
gsoc2013-evolution-f273b40d5edeb4da6408c265097c44d70ae861eb.tar.bz2
gsoc2013-evolution-f273b40d5edeb4da6408c265097c44d70ae861eb.tar.lz
gsoc2013-evolution-f273b40d5edeb4da6408c265097c44d70ae861eb.tar.xz
gsoc2013-evolution-f273b40d5edeb4da6408c265097c44d70ae861eb.tar.zst
gsoc2013-evolution-f273b40d5edeb4da6408c265097c44d70ae861eb.zip
Work with GtkHTML if it uses gconf
svn path=/trunk/; revision=4507
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 7c4bbb08a3..5386741906 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -15,6 +15,7 @@ INCLUDES = \
$(GNOME_VFS_CFLAGS) \
$(UNICODE_CFLAGS) \
$(GCONF_CFLAGS) \
+ $(GTKHTML_CFLAGS) \
-DEVOLUTION_VERSION=\""$(VERSION)"\" \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \
@@ -60,7 +61,6 @@ evolution_mail_SOURCES = \
session.c \
mail.h
-
evolution_mail_LDADD = \
$(top_builddir)/shell/libeshell.a \
$(top_builddir)/composer/libcomposer.la \