diff options
author | Bharath Acharya <abharath@novell.com> | 2009-06-22 13:42:21 +0800 |
---|---|---|
committer | Bharath Acharya <abharath@novell.com> | 2009-06-22 13:42:21 +0800 |
commit | d38e8b65dbbcf20ccbdc9ffd73830fd1725f91c6 (patch) | |
tree | 8715532b2ba5d2973c4ffa24654911fda13fd501 /plugins/pst-import | |
parent | e292148b2d0bda1940ec3fa5f66d5ccbec0edf60 (diff) | |
download | gsoc2013-evolution-d38e8b65dbbcf20ccbdc9ffd73830fd1725f91c6.tar.gz gsoc2013-evolution-d38e8b65dbbcf20ccbdc9ffd73830fd1725f91c6.tar.zst gsoc2013-evolution-d38e8b65dbbcf20ccbdc9ffd73830fd1725f91c6.zip |
Fix build issue for pst-import plugin
Diffstat (limited to 'plugins/pst-import')
-rw-r--r-- | plugins/pst-import/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/pst-import/Makefile.am b/plugins/pst-import/Makefile.am index 0bb5fe43e1..1103a669c6 100644 --- a/plugins/pst-import/Makefile.am +++ b/plugins/pst-import/Makefile.am @@ -9,6 +9,7 @@ endif INCLUDES = \ -I$(EVOLUTION_SOURCE) \ -I$(top_srcdir) \ + -I$(top_srcdir)/widgets \ -DGETTEXT_PACKAGE="\"$(GETTEXT_PACKAGE)\"" \ -DLOCALEDIR="\"$(LOCALEDIR)\"" \ $(EVOLUTION_CFLAGS) \ |