build: Remove generated introspection files on "make clean"
authorMichael Biebl <biebl@debian.org>
Sat, 29 Dec 2012 21:11:18 +0000 (22:11 +0100)
committerDavid Zeuthen <zeuthen@gmail.com>
Wed, 9 Jan 2013 18:56:06 +0000 (13:56 -0500)
https://bugs.freedesktop.org/show_bug.cgi?id=58869

Signed-off-by: David Zeuthen <zeuthen@gmail.com>
src/polkitagent/Makefile.am

index 5b7d4c7..c8420fa 100644 (file)
@@ -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)