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/idl/Makefile.am | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'executive-summary/idl') diff --git a/executive-summary/idl/Makefile.am b/executive-summary/idl/Makefile.am index 9ff860bd3e..0856a0cdf3 100644 --- a/executive-summary/idl/Makefile.am +++ b/executive-summary/idl/Makefile.am @@ -16,17 +16,8 @@ INCLUDES = \ EXTRA_DIST = $(IDLS) -CLEANFILES = $(IDL_GENERATED) - -IDLS = \ +IDLS = \ Executive-Summary.idl \ HtmlView.idl \ Summary.idl \ - SummaryComponent.idl - -IDL_GENERATED = \ - Executive-Summary.h \ - Executive-Summary-common.c \ - Executive-Summary-skels.c \ - Executive-Summary-stubs.c - + SummaryComponent.idl \ No newline at end of file -- cgit