aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
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 /calendar/gui
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
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/alarm-notify/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \