diff options
author | Tomas Popela <tpopela@redhat.com> | 2014-06-09 22:32:25 +0800 |
---|---|---|
committer | Tomas Popela <tpopela@redhat.com> | 2014-06-09 22:32:25 +0800 |
commit | 8650fb139a9143f04615de74ff569bce3e0c4ce3 (patch) | |
tree | 89a41d08f179a5359b8eaee0c9344b8a5bf07cb3 /em-format/Makefile.am | |
parent | 04b7c97275ae420dca43f3e65c2ef54d02f01bdd (diff) | |
download | gsoc2013-evolution-8650fb139a9143f04615de74ff569bce3e0c4ce3.tar.gz gsoc2013-evolution-8650fb139a9143f04615de74ff569bce3e0c4ce3.tar.zst gsoc2013-evolution-8650fb139a9143f04615de74ff569bce3e0c4ce3.zip |
Bug 540362: [webkit-composer] Use webkit for composer
Merge wip/webkit-composer branch into master.
Diffstat (limited to 'em-format/Makefile.am')
-rw-r--r-- | em-format/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/em-format/Makefile.am b/em-format/Makefile.am index dabc083404..7827d79198 100644 --- a/em-format/Makefile.am +++ b/em-format/Makefile.am @@ -52,9 +52,9 @@ libevolution_mail_formatter_la_CPPFLAGS = \ -DEVOLUTION_PRIVDATADIR=\""$(privdatadir)"\" \ $(EVOLUTION_DATA_SERVER_CFLAGS) \ $(GNOME_PLATFORM_CFLAGS) \ - $(GTKHTML_CFLAGS) \ $(LIBSOUP_CFLAGS) \ - $(CODE_COVERAGE_CFLAGS) + $(CODE_COVERAGE_CFLAGS) \ + $(NULL) if ENABLE_SMIME SMIME_EXTENSIONS = e-mail-parser-application-smime.c @@ -139,9 +139,9 @@ libevolution_mail_formatter_la_LIBADD = \ $(top_builddir)/libemail-engine/libemail-engine.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ - $(GTKHTML_LIBS) \ $(LIBSOUP_LIBS) \ - $(SMIME_LIBS) + $(SMIME_LIBS) \ + $(NULL) BUILT_SOURCES = \ $(ENUM_GENERATED) \ |