diff options
-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 2ad6134350..a2a176d7c7 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,8 @@ +2000-12-23 Ettore Perazzoli <ettore@helixcode.com> + + * Makefile.am (INCLUDES): Add `-I$(top_builddir)/calendar/pcs' for + builddir compliance. + 2000-12-13 Ettore Perazzoli <ettore@helixcode.com> * Makefile.am (INCLUDES): Sigh. diff --git a/wombat/Makefile.am b/wombat/Makefile.am index a15f03c741..5debbdb5cd 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_builddir)/calendar/pcs \ -I$(top_srcdir)/libical/src/libical \ -I$(top_builddir)/libical/src/libical \ $(GNOME_INCLUDEDIR) \ |