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 | |
parent | daf7310b122595b7cf8b70cd15c7d27db39b7582 (diff) | |
download | gsoc2013-evolution-3a5399b3af0ab3c859c4f9c1b25bf155ad5ee50d.tar.gz 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')
-rw-r--r-- | wombat/ChangeLog | 4 | ||||
-rw-r--r-- | wombat/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index 4929cafda7..f77de0f9a6 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,7 @@ +2000-09-25 Federico Mena Quintero <federico@helixcode.com> + + * Makefile.am (INCLUDES): Add the libical include path. + 2000-09-25 Jeffrey Stedfast <fejj@helixcode.com> * Makefile.am: ename moved so link against 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)"\" \ |