aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-09-19 00:07:19 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-09-19 00:34:47 +0800
commitacb28fef9de532b4f1a62f1d2ca90e744eaf85c4 (patch)
treec37398b00bd1829d9de7f0700f64d9dcef747f4e /mail
parent461f022eb7fae7147845797c0544304ae35c7e8b (diff)
downloadgsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.tar
gsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.tar.gz
gsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.tar.bz2
gsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.tar.lz
gsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.tar.xz
gsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.tar.zst
gsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.zip
Goodbye libgnome and libgnomeui!!
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile.am2
-rw-r--r--mail/importers/Makefile.am4
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 9bcc6ef056..d15e7b050d 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -14,6 +14,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/shell \
-I$(top_srcdir)/smime/lib \
-I$(top_srcdir)/smime/gui \
+ $(GNOME_PLATFORM_CFLAGS) \
$(EVOLUTION_MAIL_CFLAGS) \
$(CERT_UI_CFLAGS) \
$(THREADS_CFLAGS) \
@@ -163,6 +164,7 @@ libevolution_mail_la_LIBADD = \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
$(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \
$(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la \
+ $(GNOME_PLATFORM_LIBS) \
$(CANBERRA_LIBS) \
$(GTKHTML_LIBS) \
$(SMIME_LIBS)
diff --git a/mail/importers/Makefile.am b/mail/importers/Makefile.am
index bd38762ea2..19499a612c 100644
--- a/mail/importers/Makefile.am
+++ b/mail/importers/Makefile.am
@@ -9,6 +9,7 @@ AM_CPPFLAGS = -I.. \
-I$(srcdir)/.. \
-I$(top_srcdir) \
-I$(top_srcdir)/widgets \
+ $(GNOME_PLATFORM_CFLAGS) \
$(EVOLUTION_MAIL_CFLAGS) \
-DG_LOG_DOMAIN=\"evolution-mail-importer\" \
-DEVOLUTION_PRIVDATADIR=\""$(privdatadir)"\" \
@@ -27,7 +28,8 @@ libevolution_mail_importers_la_LIBADD = \
$(WIN32_BOOTSTRAP_LIBS) \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/filter/libfilter.la \
- $(top_builddir)/mail/libevolution-mail.la \
+ $(top_builddir)/mail/libevolution-mail.la \
+ $(GNOME_PLATFORM_LIBS) \
$(IMPORTERS_LIBS)
-include $(top_srcdir)/git.mk