Summary: | Cleanup generated introspection files on "make clean" | ||
---|---|---|---|
Product: | PolicyKit | Reporter: | Michael Biebl <mbiebl> |
Component: | libpolkit | Assignee: | David Zeuthen (not reading bugmail) <zeuthen> |
Status: | RESOLVED FIXED | QA Contact: | David Zeuthen (not reading bugmail) <zeuthen> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | [PATCH] build: Remove generated introspection files on "make clean" |
Committed with a reference to this bug - thanks! |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 72275 [details] [PATCH] build: Remove generated introspection files on "make clean" On make clean the generated gobject introspection files for libpolkit-backend should be removed. We already do that for libpolkit-gobject, so I've just copied the relevant CLEANFILES from there.