aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/Makefile.am
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 /modules/mail/Makefile.am
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 'modules/mail/Makefile.am')
-rw-r--r--modules/mail/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/mail/Makefile.am b/modules/mail/Makefile.am
index 24d008f53e..bd968d5347 100644
--- a/modules/mail/Makefile.am
+++ b/modules/mail/Makefile.am
@@ -2,6 +2,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/mail \
-I$(top_srcdir)/widgets \
+ $(GNOME_PLATFORM_CFLAGS) \
$(EVOLUTION_MAIL_CFLAGS) \
-DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
@@ -53,7 +54,8 @@ libevolution_module_mail_la_LIBADD = \
$(top_builddir)/widgets/text/libetext.la \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
$(top_builddir)/mail/libevolution-mail.la \
- $(top_builddir)/mail/importers/libevolution-mail-importers.la
+ $(top_builddir)/mail/importers/libevolution-mail-importers.la \
+ $(GNOME_PLATFORM_LIBS)
libevolution_module_mail_la_LDFLAGS = \
-avoid-version -module $(NO_UNDEFINED)