diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-10 05:28:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-11 20:35:10 +0800 |
commit | bf20999ddb2c94a79eae01fd974d4a6d24428719 (patch) | |
tree | abf22ef36fbf7f50f6f2bf99dd0d203800d61cc6 /plugins | |
parent | bbb11677c03c530b6f85d598d59ae065bec53ce7 (diff) | |
download | gsoc2013-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')
-rw-r--r-- | plugins/pst-import/Makefile.am | 2 |
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) \ |