diff options
author | Michael Biebl <biebl@debian.org> | 2012-12-29 22:11:18 +0100 |
---|---|---|
committer | David Zeuthen <zeuthen@gmail.com> | 2013-01-09 13:56:06 -0500 |
commit | 147fe14d4c1ce73c99e61c4e3bfbb32a788ecffd (patch) | |
tree | 79b559534caec5c9f153ac94fcdba7e55f1dd65b /src | |
parent | d6acecdd0ebb42e28ff28e04e0207cb01fa20910 (diff) | |
download | polkit-147fe14d4c1ce73c99e61c4e3bfbb32a788ecffd.tar.gz |
build: Remove generated introspection files on "make clean"
https://bugs.freedesktop.org/show_bug.cgi?id=58869
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/polkitagent/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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) |