summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2019-08-30 13:22:54 +0100
committerDaniel P. Berrangé <berrange@redhat.com>2019-11-20 14:45:25 +0000
commita5c72a00614e3d2c779d7e1c34d6b93ae063e351 (patch)
tree563385a6e46ecbb241e7a4c0096a841195697b51 /Makefile.am
parenta559ffec44fbb8b36f425bf5eda03bf430af1669 (diff)
downloadlibvirt-a5c72a00614e3d2c779d7e1c34d6b93ae063e351.tar.gz
src: rewrite polkit ACL generator in Python
As part of a goal to eliminate Perl from libvirt build tools, rewrite the genpolkit.pl tool in Python. This was a straight conversion, manually going line-by-line to change the syntax from Perl to Python. Thus the overall structure of the file and approach is the same. Tested-by: Cole Robinson <crobinso@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2e132775af..4c5cf947b0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,6 +54,7 @@ EXTRA_DIST = \
scripts/check-symfile.py \
scripts/check-symsorting.py \
scripts/dtrace2systemtap.py \
+ scripts/genpolkit.py \
scripts/gensystemtap.py \
scripts/header-ifdef.py \
scripts/minimize-po.py \