diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-19 00:07:19 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-19 00:34:47 +0800 |
commit | acb28fef9de532b4f1a62f1d2ca90e744eaf85c4 (patch) | |
tree | c37398b00bd1829d9de7f0700f64d9dcef747f4e /plugins/default-mailer | |
parent | 461f022eb7fae7147845797c0544304ae35c7e8b (diff) | |
download | gsoc2013-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/default-mailer')
-rw-r--r-- | plugins/default-mailer/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/default-mailer/Makefile.am b/plugins/default-mailer/Makefile.am index ccb8071a99..db71407dac 100644 --- a/plugins/default-mailer/Makefile.am +++ b/plugins/default-mailer/Makefile.am @@ -1,6 +1,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ + $(GNOME_PLATFORM_CFLAGS) \ $(EVOLUTION_MAIL_CFLAGS) @EVO_PLUGIN_RULE@ @@ -15,6 +16,7 @@ liborg_gnome_default_mailer_la_SOURCES = default-mailer.c liborg_gnome_default_mailer_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) liborg_gnome_default_mailer_la_LIBADD = \ $(top_builddir)/mail/libevolution-mail.la \ + $(GNOME_PLATFORM_LIBS) \ $(EVOLUTION_MAIL_LIBS) schemadir = $(GCONF_SCHEMA_FILE_DIR) |