diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-09 22:16:48 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-09 22:16:48 +0800 |
commit | 2ed44700c8c82cc1aff07404b3058fe50e2e624a (patch) | |
tree | bc0bef421301c5ef0d7b3fbb24127b4079518191 /calendar/gui/Makefile.am | |
parent | 94aeb35a961f8015d8f522ade32b64a5393ae161 (diff) | |
download | gsoc2013-evolution-2ed44700c8c82cc1aff07404b3058fe50e2e624a.tar gsoc2013-evolution-2ed44700c8c82cc1aff07404b3058fe50e2e624a.tar.gz gsoc2013-evolution-2ed44700c8c82cc1aff07404b3058fe50e2e624a.tar.bz2 gsoc2013-evolution-2ed44700c8c82cc1aff07404b3058fe50e2e624a.tar.lz gsoc2013-evolution-2ed44700c8c82cc1aff07404b3058fe50e2e624a.tar.xz gsoc2013-evolution-2ed44700c8c82cc1aff07404b3058fe50e2e624a.tar.zst gsoc2013-evolution-2ed44700c8c82cc1aff07404b3058fe50e2e624a.zip |
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
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index ac072c0b0c..7de9313589 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -14,6 +14,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/calendar \ -I$(top_srcdir)/libical/src/libical \ + -I$(top_builddir)/libical/src/libical \ -I$(top_srcdir)/widgets \ -I$(includedir) \ $(BONOBO_VFS_GNOME_CFLAGS) \ |