From: Michael Biebl Date: Sat, 29 Dec 2012 21:11:18 +0000 (+0100) Subject: build: Remove generated introspection files on "make clean" X-Git-Tag: 0.110~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=147fe14d4c1ce73c99e61c4e3bfbb32a788ecffd;p=platform%2Fupstream%2Fpolkit.git build: Remove generated introspection files on "make clean" https://bugs.freedesktop.org/show_bug.cgi?id=58869 Signed-off-by: David Zeuthen --- diff --git a/src/polkitagent/Makefile.am b/src/polkitagent/Makefile.am index 5b7d4c7..c8420fa 100644 --- a/src/polkitagent/Makefile.am +++ b/src/polkitagent/Makefile.am @@ -141,6 +141,7 @@ install-data-hook: -chmod 4755 $(DESTDIR)$(libprivdir)/polkit-agent-helper-1 EXTRA_DIST = polkitagentmarshal.list polkitagentenumtypes.h.template polkitagentenumtypes.c.template +CLEANFILES = $(gir_DATA) $(typelibs_DATA) dist-hook : (for i in $(marshal_built_sources) $(BUILT_SOURCES) ; do rm -f $(distdir)/$$i ; done)