aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/pst-import
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-10 05:28:08 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-11 20:35:10 +0800
commitbf20999ddb2c94a79eae01fd974d4a6d24428719 (patch)
treeabf22ef36fbf7f50f6f2bf99dd0d203800d61cc6 /plugins/pst-import
parentbbb11677c03c530b6f85d598d59ae065bec53ce7 (diff)
downloadgsoc2013-evolution-bf20999ddb2c94a79eae01fd974d4a6d24428719.tar
gsoc2013-evolution-bf20999ddb2c94a79eae01fd974d4a6d24428719.tar.gz
gsoc2013-evolution-bf20999ddb2c94a79eae01fd974d4a6d24428719.tar.bz2
gsoc2013-evolution-bf20999ddb2c94a79eae01fd974d4a6d24428719.tar.lz
gsoc2013-evolution-bf20999ddb2c94a79eae01fd974d4a6d24428719.tar.xz
gsoc2013-evolution-bf20999ddb2c94a79eae01fd974d4a6d24428719.tar.zst
gsoc2013-evolution-bf20999ddb2c94a79eae01fd974d4a6d24428719.zip
Fix distcheck errors.
Diffstat (limited to 'plugins/pst-import')
-rw-r--r--plugins/pst-import/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pst-import/Makefile.am b/plugins/pst-import/Makefile.am
index a92adfbe74..6196b4c571 100644
--- a/plugins/pst-import/Makefile.am
+++ b/plugins/pst-import/Makefile.am
@@ -7,9 +7,9 @@ NO_UNDEFINED_REQUIRED_LIBS = \
endif
AM_CPPFLAGS = \
- -I$(EVOLUTION_SOURCE) \
-I$(top_srcdir) \
-I$(top_srcdir)/widgets \
+ -I$(top_builddir) \
-DGETTEXT_PACKAGE="\"$(GETTEXT_PACKAGE)\"" \
-DLOCALEDIR="\"$(LOCALEDIR)\"" \
$(EVOLUTION_CFLAGS) \