aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/email-custom-header
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 /plugins/email-custom-header
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 'plugins/email-custom-header')
-rw-r--r--plugins/email-custom-header/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/email-custom-header/Makefile.am b/plugins/email-custom-header/Makefile.am
index 2ab28fad67..95d1a974b8 100644
--- a/plugins/email-custom-header/Makefile.am
+++ b/plugins/email-custom-header/Makefile.am
@@ -4,6 +4,7 @@ AM_CPPFLAGS = -I. \
-I$(top_srcdir)/widgets/misc \
-I$(top_builddir)/mail \
-I$(top_builddir)/composer \
+ $(GNOME_PLATFORM_CFLAGS) \
$(EVOLUTION_MAIL_CFLAGS) \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DCONNECTOR_GLADEDIR=\""$(gladedir)"\"
@@ -23,6 +24,7 @@ liborg_gnome_email_custom_header_la_LIBADD = \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
$(top_builddir)/mail/libevolution-mail.la \
+ $(GNOME_PLATFORM_LIBS) \
$(EVOLUTION_MAIL_LIBS)
liborg_gnome_email_custom_header_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)