From 2ed44700c8c82cc1aff07404b3058fe50e2e624a Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sat, 9 Sep 2000 14:16:48 +0000 Subject: Fix the calendar Makefiles so that they #include the `icalversion.h' from the build directory (instead of using the installed version) when compiling with `builddir != srcdir'. This way the calendar doesn't get rebuilt from scratch all the time after a `make install'. svn path=/trunk/; revision=5283 --- calendar/gui/dialogs/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/gui/dialogs') diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am index 227cb5aa07..98646769c1 100644 --- a/calendar/gui/dialogs/Makefile.am +++ b/calendar/gui/dialogs/Makefile.am @@ -5,6 +5,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/calendar \ -I$(top_srcdir)/libical/src/libical \ + -I$(top_builddir)/libical/src/libical \ -I$(includedir) \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ $(BONOBO_VFS_GNOME_CFLAGS) \ -- cgit v1.2.3