From 04fac44de1b9b0106ef95b6bf6cfc2d877b01fd2 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Sat, 14 Apr 2001 08:02:59 +0000 Subject: Do this everywhere, also fixup CLEANFILES Do this everywhere, also fixup CLEANFILES 2001-04-14 Michael Meeks * Makefile.am (dist-hook): remove built sources from dist. svn path=/trunk/; revision=9309 --- executive-summary/component/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'executive-summary/component/Makefile.am') diff --git a/executive-summary/component/Makefile.am b/executive-summary/component/Makefile.am index c9931b19c0..1af1dd7df1 100644 --- a/executive-summary/component/Makefile.am +++ b/executive-summary/component/Makefile.am @@ -21,8 +21,6 @@ INCLUDES = \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DG_LOG_DOMAIN=\"evolution-executive-summary\" -CLEANFILES = $(COMPOSER_GENERATED) - COMPOSER_GENERATED = \ Composer.h \ Composer-common.c \ @@ -86,3 +84,8 @@ evolution-executive-summary.pure: evolution-executive-summary endif EXTRA_DIST = $(glade_DATA) +CLEANFILES += $(COMPOSER_GENERATED) +BUILT_SOURCES = $(COMPOSER_GENERATED) + +dist-hook: + cd $(distdir); rm -f $(BUILT_SOURCES) -- cgit v1.2.3