diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-09-26 05:47:00 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-09-26 05:47:00 +0800 |
commit | 3a5399b3af0ab3c859c4f9c1b25bf155ad5ee50d (patch) | |
tree | 1d57848d161452b79dd745e9972eb2befdb32980 /wombat/Makefile.am | |
parent | daf7310b122595b7cf8b70cd15c7d27db39b7582 (diff) | |
download | gsoc2013-evolution-3a5399b3af0ab3c859c4f9c1b25bf155ad5ee50d.tar gsoc2013-evolution-3a5399b3af0ab3c859c4f9c1b25bf155ad5ee50d.tar.gz gsoc2013-evolution-3a5399b3af0ab3c859c4f9c1b25bf155ad5ee50d.tar.bz2 gsoc2013-evolution-3a5399b3af0ab3c859c4f9c1b25bf155ad5ee50d.tar.lz gsoc2013-evolution-3a5399b3af0ab3c859c4f9c1b25bf155ad5ee50d.tar.xz gsoc2013-evolution-3a5399b3af0ab3c859c4f9c1b25bf155ad5ee50d.tar.zst gsoc2013-evolution-3a5399b3af0ab3c859c4f9c1b25bf155ad5ee50d.zip |
Add the libical include path.
2000-09-25 Federico Mena Quintero <federico@helixcode.com>
* Makefile.am (INCLUDES): Add the libical include path.
svn path=/trunk/; revision=5582
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 0edfda25ee..44ebff9345 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -6,6 +6,7 @@ INCLUDES = \ -I$(top_builddir)/addressbook/backend \ -I$(top_srcdir)/calendar \ -I$(top_srcdir)/calendar/pcs \ + -I$(top_srcdir)/libical/src/libical \ $(GNOME_INCLUDEDIR) \ $(BONOBO_VFS_GNOME_CFLAGS) \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ |