diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-10 05:28:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-10 05:28:45 +0800 |
commit | 166acfd92e8aeed12886dbbb7e777f4ba5d2be7d (patch) | |
tree | 4c902caae0d9197ee06126bccb237bc257d1240a /plugins | |
parent | 3845aa0ef26497bb409e98b471c097457d78f338 (diff) | |
download | gsoc2013-evolution-166acfd92e8aeed12886dbbb7e777f4ba5d2be7d.tar.gz gsoc2013-evolution-166acfd92e8aeed12886dbbb7e777f4ba5d2be7d.tar.zst gsoc2013-evolution-166acfd92e8aeed12886dbbb7e777f4ba5d2be7d.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 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) \ |