aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-10 05:28:08 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-10 05:28:45 +0800
commit166acfd92e8aeed12886dbbb7e777f4ba5d2be7d (patch)
tree4c902caae0d9197ee06126bccb237bc257d1240a /plugins
parent3845aa0ef26497bb409e98b471c097457d78f338 (diff)
downloadgsoc2013-evolution-166acfd92e8aeed12886dbbb7e777f4ba5d2be7d.tar
gsoc2013-evolution-166acfd92e8aeed12886dbbb7e777f4ba5d2be7d.tar.gz
gsoc2013-evolution-166acfd92e8aeed12886dbbb7e777f4ba5d2be7d.tar.bz2
gsoc2013-evolution-166acfd92e8aeed12886dbbb7e777f4ba5d2be7d.tar.lz
gsoc2013-evolution-166acfd92e8aeed12886dbbb7e777f4ba5d2be7d.tar.xz
gsoc2013-evolution-166acfd92e8aeed12886dbbb7e777f4ba5d2be7d.tar.zst
gsoc2013-evolution-166acfd92e8aeed12886dbbb7e777f4ba5d2be7d.zip
Fix distcheck errors.
Diffstat (limited to 'plugins')
-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 3cf631a4ed..35788872c1 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) \