diff options
Diffstat (limited to 'addressbook/backend')
-rw-r--r-- | addressbook/backend/ebook/Makefile.am | 3 | ||||
-rw-r--r-- | addressbook/backend/pas/Makefile.am | 3 |
2 files changed, 6 insertions, 0 deletions
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) |