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 | |
parent | 8a8c6c83aea6ec27c7a8f0b42795bd9e43c1e19c (diff) | |
download | gsoc2013-evolution-57c0e20fffd0599e6c72965ec567b4534fa0e585.tar gsoc2013-evolution-57c0e20fffd0599e6c72965ec567b4534fa0e585.tar.gz gsoc2013-evolution-57c0e20fffd0599e6c72965ec567b4534fa0e585.tar.bz2 gsoc2013-evolution-57c0e20fffd0599e6c72965ec567b4534fa0e585.tar.lz gsoc2013-evolution-57c0e20fffd0599e6c72965ec567b4534fa0e585.tar.xz gsoc2013-evolution-57c0e20fffd0599e6c72965ec567b4534fa0e585.tar.zst gsoc2013-evolution-57c0e20fffd0599e6c72965ec567b4534fa0e585.zip |
Woooho! builddir != srcdir again.
svn path=/trunk/; revision=7006
-rw-r--r-- | wombat/ChangeLog | 5 | ||||
-rw-r--r-- | wombat/Makefile.am | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index f5aa780ddb..2ad6134350 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,8 @@ +2000-12-13 Ettore Perazzoli <ettore@helixcode.com> + + * Makefile.am (INCLUDES): Sigh. + `-I$(top_builddir)/libical/src/libical'. + 2000-12-11 Federico Mena Quintero <federico@helixcode.com> * Makefile.am (wombat_LDADD): Link to the libical shared library. 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)"\" \ |