aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-11-06 12:05:21 +0800
committerDan Winship <danw@src.gnome.org>2001-11-06 12:05:21 +0800
commitcec560b0098c8e521d89ca057a280d59910c5328 (patch)
treecdc781f264583239caa3f636586dc41bf5a434e1
parentf79e71ab6d3ad90b996dd884c9dfe47a0a7cc61f (diff)
downloadgsoc2013-evolution-cec560b0098c8e521d89ca057a280d59910c5328.tar
gsoc2013-evolution-cec560b0098c8e521d89ca057a280d59910c5328.tar.gz
gsoc2013-evolution-cec560b0098c8e521d89ca057a280d59910c5328.tar.bz2
gsoc2013-evolution-cec560b0098c8e521d89ca057a280d59910c5328.tar.lz
gsoc2013-evolution-cec560b0098c8e521d89ca057a280d59910c5328.tar.xz
gsoc2013-evolution-cec560b0098c8e521d89ca057a280d59910c5328.tar.zst
gsoc2013-evolution-cec560b0098c8e521d89ca057a280d59910c5328.zip
<ettore> ok so <ettore> should I build this tarball again? ettore doesn't
<ettore> ok so <ettore> should I build this tarball again? * ettore doesn't think so <ettore> I have checked it already earlier today svn path=/trunk/; revision=14607
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/gui/dialogs/Makefile.am1
-rw-r--r--calendar/gui/dialogs/e-delegate-dialog.c2
3 files changed, 8 insertions, 1 deletions
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 <ettore@ximian.com>
+
+ * gui/dialogs/e-delegate-dialog.c: #include
+ "Evolution-Addressbook-SelectNames.h", not
+ "../Evolution-Addressbook-SelectNames.h". Grrr.
+
2001-11-05 JP Rosevear <jpr@ximian.com>
* 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 <glade/glade.h>
#include <widgets/misc/e-map.h>
#include <e-destination.h>
-#include "../Evolution-Addressbook-SelectNames.h"
+#include "Evolution-Addressbook-SelectNames.h"
#include "e-delegate-dialog.h"
struct _EDelegateDialogPrivate {