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/ChangeLog | 4 ++++ executive-summary/component/Makefile.am | 7 +++++-- executive-summary/evolution-services/Makefile.am | 3 +++ executive-summary/idl/Makefile.am | 13 ++----------- 4 files changed, 14 insertions(+), 13 deletions(-) (limited to 'executive-summary') diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index ad89791868..b44078a962 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,7 @@ +2001-04-14 Michael Meeks + + * idl/Makefile.am: Remove stale build cruftiness. + 2001-04-10 Gediminas Paulauskas * widgets/e-summary-subwindow.c: added some missing includes. 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) diff --git a/executive-summary/evolution-services/Makefile.am b/executive-summary/evolution-services/Makefile.am index 40e2972321..93f822b949 100644 --- a/executive-summary/evolution-services/Makefile.am +++ b/executive-summary/evolution-services/Makefile.am @@ -53,3 +53,6 @@ libevolution_services_la_LIBADD = \ BUILT_SOURCES = $(IDL_GENERATED) CLEANFILES += $(BUILT_SOURCES) + +dist-hook: + cd $(distdir); rm -f $(BUILT_SOURCES) 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