diff options
author | JP Rosevear <jpr@ximian.com> | 2003-05-06 21:16:00 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-05-06 21:16:00 +0800 |
commit | df9b1f2ec74b1ce209b6d12a17df26b9a9e2f3c0 (patch) | |
tree | d15a4e16d2f2350580d2a436fcbb7eda5f7db649 | |
parent | 7f56d73b7c8d5269d42f1d69bc347b4f61d2cc99 (diff) | |
download | gsoc2013-evolution-df9b1f2ec74b1ce209b6d12a17df26b9a9e2f3c0.tar.gz gsoc2013-evolution-df9b1f2ec74b1ce209b6d12a17df26b9a9e2f3c0.tar.zst gsoc2013-evolution-df9b1f2ec74b1ce209b6d12a17df26b9a9e2f3c0.zip |
Fixes #41811
2003-05-05 JP Rosevear <jpr@ximian.com>
Fixes #41811
* gui/alarm-notify/Makefile.am: don't dist idl generated files
svn path=/trunk/; revision=21112
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/gui/alarm-notify/Makefile.am | 3 |
2 files changed, 9 insertions, 0 deletions
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 <jpr@ximian.com> + + Fixes #41811 + + * gui/alarm-notify/Makefile.am: don't dist idl generated files + 2003-05-01 JP Rosevear <jpr@ximian.com> * 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 |