PolicyKit: Branch 'master'

David Zeuthen david at kemper.freedesktop.org
Wed Jan 9 10:56:24 PST 2013


 src/polkitagent/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 147fe14d4c1ce73c99e61c4e3bfbb32a788ecffd
Author: Michael Biebl <biebl at debian.org>
Date:   Sat Dec 29 22:11:18 2012 +0100

    build: Remove generated introspection files on "make clean"
    
    https://bugs.freedesktop.org/show_bug.cgi?id=58869
    
    Signed-off-by: David Zeuthen <zeuthen at gmail.com>

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)


More information about the hal-commit mailing list