From ab0f37fe3f66db9f82583f7d44801028e46c96e7 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 17 Apr 2001 16:42:50 +0000 Subject: Pull up fix from the branch: Add the CORBA_GENERATED files to the SOURCES for the alarm notify daemon. svn path=/trunk/; revision=9405 --- calendar/ChangeLog | 5 +++++ calendar/gui/alarm-notify/Makefile.am | 2 ++ 2 files changed, 7 insertions(+) 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 + + * gui/alarm-notify/Makefile.am (evolution_alarm_notify_SOURCES): + Add `$(CORBA_GENERATED)'. + 2001-04-16 Dan Winship * 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 \ -- cgit