diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-14 23:30:52 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-14 23:30:52 +0800 |
commit | 57c0e20fffd0599e6c72965ec567b4534fa0e585 (patch) | |
tree | b904495ad9ac22833733faee1f0a69f45aeffd28 /wombat/Makefile.am | |
parent | 8a8c6c83aea6ec27c7a8f0b42795bd9e43c1e19c (diff) | |
download | gsoc2013-evolution-57c0e20fffd0599e6c72965ec567b4534fa0e585.tar.gz gsoc2013-evolution-57c0e20fffd0599e6c72965ec567b4534fa0e585.tar.zst gsoc2013-evolution-57c0e20fffd0599e6c72965ec567b4534fa0e585.zip |
Woooho! builddir != srcdir again.
svn path=/trunk/; revision=7006
Diffstat (limited to 'wombat/Makefile.am')
-rw-r--r-- | wombat/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wombat/Makefile.am b/wombat/Makefile.am index 80bd0b7ae8..a15f03c741 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -7,6 +7,7 @@ INCLUDES = \ -I$(top_srcdir)/calendar \ -I$(top_srcdir)/calendar/pcs \ -I$(top_srcdir)/libical/src/libical \ + -I$(top_builddir)/libical/src/libical \ $(GNOME_INCLUDEDIR) \ $(BONOBO_VFS_GNOME_CFLAGS) \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ |