aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/pst-import
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/pst-import
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/pst-import')
-rw-r--r--plugins/pst-import/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/pst-import/Makefile.am b/plugins/pst-import/Makefile.am
index 56d4e21600..7c4ace9a21 100644
--- a/plugins/pst-import/Makefile.am
+++ b/plugins/pst-import/Makefile.am
@@ -12,6 +12,7 @@ AM_CPPFLAGS = \
-I$(top_builddir) \
-DGETTEXT_PACKAGE="\"$(GETTEXT_PACKAGE)\"" \
-DLOCALEDIR="\"$(LOCALEDIR)\"" \
+ $(GNOME_PLATFORM_CFLAGS) \
$(EVOLUTION_CFLAGS) \
$(EVOLUTION_MAIL_CFLAGS) \
$(LIBPST_CFLAGS)
@@ -26,6 +27,7 @@ liborg_gnome_pst_import_la_LDFLAGS = \
-module -avoid-version $(NO_UNDEFINED)
liborg_gnome_pst_import_la_LIBADD = \
$(top_builddir)/mail/libevolution-mail.la \
+ $(GNOME_PLATFORM_LIBS) \
$(EVOLUTION_CALENDAR_LIBS) \
$(EVOLUTION_MAIL_LIBS) \
$(LIBPST_LIBS)