From 147fe14d4c1ce73c99e61c4e3bfbb32a788ecffd Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 29 Dec 2012 22:11:18 +0100 Subject: [PATCH] build: Remove generated introspection files on "make clean" https://bugs.freedesktop.org/show_bug.cgi?id=58869 Signed-off-by: David Zeuthen --- src/polkitagent/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) -- 2.7.4