aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/alarm-notify/Makefile.am2
2 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 27499f92ac..bdf0bab740 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-17 Ettore Perazzoli <ettore@ximian.com>
+
+ * gui/alarm-notify/Makefile.am (evolution_alarm_notify_SOURCES):
+ Add `$(CORBA_GENERATED)'.
+
2001-04-16 Dan Winship <danw@ximian.com>
* pcs/Makefile.am (INCLUDES): Add EXTRA_GNOME_CFLAGS, for gal.
diff --git a/calendar/gui/alarm-notify/Makefile.am b/calendar/gui/alarm-notify/Makefile.am
index f62cb3c365..528841da89 100644
--- a/calendar/gui/alarm-notify/Makefile.am
+++ b/calendar/gui/alarm-notify/Makefile.am
@@ -23,6 +23,7 @@ INCLUDES = \
-DG_LOG_DOMAIN=\"evolution-alarm-notify\" \
-I$(top_srcdir) \
-I$(top_srcdir)/calendar \
+ -I$(top_builddir)/calendar \
-I$(top_srcdir)/libical/src/libical \
-I$(top_builddir)/libical/src/libical \
-I$(top_srcdir)/widgets \
@@ -36,6 +37,7 @@ INCLUDES = \
gladedir = $(datadir)/evolution/glade
evolution_alarm_notify_SOURCES = \
+ $(CORBA_GENERATED) \
alarm-notify.c \
alarm-notify.h \
alarm-queue.c \