From cec560b0098c8e521d89ca057a280d59910c5328 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 6 Nov 2001 04:05:21 +0000 Subject: ok so should I build this tarball again? ettore doesn't ok so should I build this tarball again? * ettore doesn't think so I have checked it already earlier today svn path=/trunk/; revision=14607 --- calendar/ChangeLog | 6 ++++++ calendar/gui/dialogs/Makefile.am | 1 + calendar/gui/dialogs/e-delegate-dialog.c | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 855e9f0c8a..1f9d4670c8 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2001-11-05 Ettore Perazzoli + + * gui/dialogs/e-delegate-dialog.c: #include + "Evolution-Addressbook-SelectNames.h", not + "../Evolution-Addressbook-SelectNames.h". Grrr. + 2001-11-05 JP Rosevear * gui/e-meeting-time-sel.c (e_meeting_time_selector_class_init): diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am index a4ce87df95..54a793fdb5 100644 --- a/calendar/gui/dialogs/Makefile.am +++ b/calendar/gui/dialogs/Makefile.am @@ -36,6 +36,7 @@ INCLUDES = \ noinst_LIBRARIES = libcal-dialogs.a libcal_dialogs_a_SOURCES = \ + $(IDL_GENERATED) \ alarm-options.c \ alarm-options.h \ alarm-page.c \ diff --git a/calendar/gui/dialogs/e-delegate-dialog.c b/calendar/gui/dialogs/e-delegate-dialog.c index 9b4e806062..159d27e6a3 100644 --- a/calendar/gui/dialogs/e-delegate-dialog.c +++ b/calendar/gui/dialogs/e-delegate-dialog.c @@ -33,7 +33,7 @@ #include #include #include -#include "../Evolution-Addressbook-SelectNames.h" +#include "Evolution-Addressbook-SelectNames.h" #include "e-delegate-dialog.h" struct _EDelegateDialogPrivate { -- cgit v1.2.3