diff options
Diffstat (limited to 'wombat')
-rw-r--r-- | wombat/ChangeLog | 5 | ||||
-rw-r--r-- | wombat/Makefile.am | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index f3b0124776..6d643b4ff6 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,8 @@ +2003-10-09 Jeffrey Stedfast <fejj@ximian.com> + + * Makefile.am: INCLUDE path fixes for changes made to libical + build. + 2003-06-26 Rodrigo Moya <rodrigo@ximian.com> * Evolution-Wombat.idl: removed WombatClient interface. diff --git a/wombat/Makefile.am b/wombat/Makefile.am index 0e2837bbeb..73c18e01ed 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -11,8 +11,7 @@ INCLUDES = \ -I$(top_srcdir)/calendar \ -I$(top_srcdir)/calendar \ -I$(top_builddir)/calendar \ - -I$(top_srcdir)/libical/src/libical \ - -I$(top_builddir)/libical/src/libical \ + -I$(top_srcdir)/libical/src \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ $(WOMBAT_CFLAGS) |