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 --- addressbook/backend/ebook/Makefile.am | 3 +++ addressbook/backend/pas/Makefile.am | 3 +++ addressbook/gui/component/select-names/Makefile.am | 3 +++ 3 files changed, 9 insertions(+) (limited to 'addressbook') diff --git a/addressbook/backend/ebook/Makefile.am b/addressbook/backend/ebook/Makefile.am index a46d94ac87..c729d71624 100644 --- a/addressbook/backend/ebook/Makefile.am +++ b/addressbook/backend/ebook/Makefile.am @@ -145,6 +145,9 @@ load_gnomecard_addressbook_LDADD = \ BUILT_SOURCES = $(CORBA_SOURCE) CLEANFILES += $(BUILT_SOURCES) +dist-hook: + cd $(distdir); rm -f $(BUILT_SOURCES) + oafdir = $(datadir)/oaf oaf_in_files = GNOME_Evolution_Addressbook_GnomeCard_Importer.oaf.in oaf_DATA = $(oaf_in_files:.oaf.in=.oaf) diff --git a/addressbook/backend/pas/Makefile.am b/addressbook/backend/pas/Makefile.am index 4bd2888c10..5ed8753a39 100644 --- a/addressbook/backend/pas/Makefile.am +++ b/addressbook/backend/pas/Makefile.am @@ -50,4 +50,7 @@ libpas_a_SOURCES = \ BUILT_SOURCES = $(CORBA_SOURCE) CLEANFILES += $(BUILT_SOURCES) +dist-hook: + cd $(distdir); rm -f $(BUILT_SOURCES) + EXTRA_DIST = $(LDAP_BACKEND_SOURCES) diff --git a/addressbook/gui/component/select-names/Makefile.am b/addressbook/gui/component/select-names/Makefile.am index 4010ca1f8e..2d877fdf6e 100644 --- a/addressbook/gui/component/select-names/Makefile.am +++ b/addressbook/gui/component/select-names/Makefile.am @@ -81,3 +81,6 @@ EXTRA_DIST = \ BUILT_SOURCES = $(IDL_GENERATED) CLEANFILES += $(BUILT_SOURCES) + +dist-hook: + cd $(distdir); rm -f $(BUILT_SOURCES) -- cgit v1.2.3