diff options
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 25ff905961..7315c777d7 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,7 @@ +2000-05-10 Christopher James Lahey <clahey@helixcode.com> + + * Makefile.am: Added an include for the pcs directory. + 2000-05-08 Federico Mena Quintero <federico@helixcode.com> * wombat.c (setup_pcs): Register the "file" method with the IMC diff --git a/wombat/Makefile.am b/wombat/Makefile.am index 09a153c8b6..e6d7cf169f 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -7,6 +7,7 @@ INCLUDES = \ -I$(top_srcdir)/addressbook/backend \ -I$(top_builddir)/addressbook/backend \ -I$(top_srcdir)/calendar \ + -I$(top_srcdir)/calendar/pcs \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" |