diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-08-04 01:06:28 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-08-04 01:06:28 +0800 |
commit | f273b40d5edeb4da6408c265097c44d70ae861eb (patch) | |
tree | c817b18506db531d65afcb9a3225db6e2d4456ee /mail/Makefile.am | |
parent | bc9ac7db4c2046818cdc0769278c65e92039df75 (diff) | |
download | gsoc2013-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.am | 2 |
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 \ |