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 --- calendar/pcs/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'calendar/pcs') diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am index 18156b4881..0719a5e566 100644 --- a/calendar/pcs/Makefile.am +++ b/calendar/pcs/Makefile.am @@ -42,3 +42,7 @@ libpcs_a_SOURCES = \ BUILT_SOURCES = $(CORBA_GENERATED) CLEANFILES += $(BUILT_SOURCES) + +dist-hook: + cd $(distdir); rm -f $(BUILT_SOURCES) + -- cgit v1.2.3