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
This commit is contained in:
JP Rosevear
2003-05-06 13:16:00 +00:00
committed by JP Rosevear
parent 7f56d73b7c
commit df9b1f2ec7
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -70,3 +70,6 @@ EXTRA_DIST = \
BUILT_SOURCES = $(CORBA_GENERATED)
CLEANFILES = $(BUILT_SOURCES)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)