diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-13 21:15:10 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-13 21:15:10 +0800 |
commit | 268f0fa5b4e48e03ad9cfb9999e1cfa4876ddfc4 (patch) | |
tree | d736793c86417d02fce8e2c5c3c16dd4f951dfe9 | |
parent | 196a6688a65eb82e2c982c5c92e91a299fa9da84 (diff) | |
download | gsoc2013-evolution-268f0fa5b4e48e03ad9cfb9999e1cfa4876ddfc4.tar gsoc2013-evolution-268f0fa5b4e48e03ad9cfb9999e1cfa4876ddfc4.tar.gz gsoc2013-evolution-268f0fa5b4e48e03ad9cfb9999e1cfa4876ddfc4.tar.bz2 gsoc2013-evolution-268f0fa5b4e48e03ad9cfb9999e1cfa4876ddfc4.tar.lz gsoc2013-evolution-268f0fa5b4e48e03ad9cfb9999e1cfa4876ddfc4.tar.xz gsoc2013-evolution-268f0fa5b4e48e03ad9cfb9999e1cfa4876ddfc4.tar.zst gsoc2013-evolution-268f0fa5b4e48e03ad9cfb9999e1cfa4876ddfc4.zip |
Fix more Makefile breakage.
svn path=/trunk/; revision=3012
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/pcs/Makefile.am | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d1215599c9..db38ac5e7e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2000-05-13 Ettore Perazzoli <ettore@helixcode.com> + + * pcs/Makefile.am (INCLUDES): Add + `-I$(top_builddir)/libical/src/libical'. + 2000-05-12 Federico Mena Quintero <federico@helixcode.com> * cal-util/calobj.c (generate): Use a (dtend - dtstart) offset to diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am index b496659f03..919630bb98 100644 --- a/calendar/pcs/Makefile.am +++ b/calendar/pcs/Makefile.am @@ -3,6 +3,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/calendar \ -I$(top_srcdir)/libical/src/libical \ + -I$(top_builddir)/libical/src/libical \ $(BONOBO_GNOME_CFLAGS) \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" |