aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-04-18 00:42:50 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-04-18 00:42:50 +0800
commitab0f37fe3f66db9f82583f7d44801028e46c96e7 (patch)
tree7902af7b5ef6dd6f82ebac80deddcde714ad7fc0
parent92a2288c60f854ba90bcf26e9e700a3229d71a47 (diff)
downloadgsoc2013-evolution-ab0f37fe3f66db9f82583f7d44801028e46c96e7.tar
gsoc2013-evolution-ab0f37fe3f66db9f82583f7d44801028e46c96e7.tar.gz
gsoc2013-evolution-ab0f37fe3f66db9f82583f7d44801028e46c96e7.tar.bz2
gsoc2013-evolution-ab0f37fe3f66db9f82583f7d44801028e46c96e7.tar.lz
gsoc2013-evolution-ab0f37fe3f66db9f82583f7d44801028e46c96e7.tar.xz
gsoc2013-evolution-ab0f37fe3f66db9f82583f7d44801028e46c96e7.tar.zst
gsoc2013-evolution-ab0f37fe3f66db9f82583f7d44801028e46c96e7.zip
Pull up fix from the branch:
Add the CORBA_GENERATED files to the SOURCES for the alarm notify daemon. svn path=/trunk/; revision=9405
-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 \