From df9b1f2ec74b1ce209b6d12a17df26b9a9e2f3c0 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 6 May 2003 13:16:00 +0000 Subject: Fixes #41811 2003-05-05 JP Rosevear Fixes #41811 * gui/alarm-notify/Makefile.am: don't dist idl generated files svn path=/trunk/; revision=21112 --- calendar/ChangeLog | 6 ++++++ calendar/gui/alarm-notify/Makefile.am | 3 +++ 2 files changed, 9 insertions(+) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ef4a06c16f..87310f7e46 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2003-05-05 JP Rosevear + + Fixes #41811 + + * gui/alarm-notify/Makefile.am: don't dist idl generated files + 2003-05-01 JP Rosevear * gui/dialogs/task-editor.c (task_editor_finalize): unref the diff --git a/calendar/gui/alarm-notify/Makefile.am b/calendar/gui/alarm-notify/Makefile.am index a85e99a9cf..4ad04628a4 100644 --- a/calendar/gui/alarm-notify/Makefile.am +++ b/calendar/gui/alarm-notify/Makefile.am @@ -70,3 +70,6 @@ EXTRA_DIST = \ BUILT_SOURCES = $(CORBA_GENERATED) CLEANFILES = $(BUILT_SOURCES) + +dist-hook: + cd $(distdir); rm -f $(BUILT_SOURCES) \ No newline at end of file -- cgit v1.2.3