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 /calendar/gui/alarm-notify | |
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
Diffstat (limited to 'calendar/gui/alarm-notify')
-rw-r--r-- | calendar/gui/alarm-notify/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 |