From fb1e084229a1b879b34611e53371d98a7a397ab2 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Mon, 10 Apr 2000 17:49:01 +0000 Subject: moved srcdir directories to the top so we search headers in the evolution 2000-04-10 Damon Chaplin * gui/Makefile.am (INCLUDES): moved srcdir directories to the top so we search headers in the evolution tree before installed headers. (Otherwise when you do 'make install' lots of files in gui/ get rebuilt, since they depend on the installed cal-client.h which has just been updated.) svn path=/trunk/; revision=2364 --- calendar/ChangeLog | 8 ++++++++ calendar/gui/Makefile.am | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 2022dd4a3a..df037a8105 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2000-04-10 Damon Chaplin + + * gui/Makefile.am (INCLUDES): moved srcdir directories to the top so + we search headers in the evolution tree before installed headers. + (Otherwise when you do 'make install' lots of files in gui/ get + rebuilt, since they depend on the installed cal-client.h which has just + been updated.) + 2000-04-09 Seth Alves * gui/gnome-cal.c (gnome_calendar_load): catch cal_loaded signal diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 9ccfa96672..d51e5a5986 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -8,13 +8,13 @@ help_base = $(datadir)/gnome/help/cal INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/calendar \ + -I$(top_srcdir)/libical/src/libical \ -I$(includedir) \ $(BONOBO_VFS_GNOME_CFLAGS) \ $(GNOME_CONDUIT_INCLUDEDIR) \ $(PISOCK_INCLUDEDIR) \ - -I$(top_srcdir) \ - -I$(top_srcdir)/calendar \ - -I$(top_srcdir)/libical/src/libical \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -- cgit v1.2.3