summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorJan Rybar <jrybar@redhat.com>2022-05-09 15:45:33 +0200
committerJan Rybar <jrybar@redhat.com>2022-05-09 15:45:33 +0200
commitc5c6b784221b9dc054548c15e94719c4e961a7f2 (patch)
tree4716bf018665205d5d3add11e3c9e69d67e8f165 /actions
parent7d4b52c4d71c46049d87a0775de695ea914f3f1b (diff)
downloadpolkit-c5c6b784221b9dc054548c15e94719c4e961a7f2.tar.gz
Remove autotools build system
Diffstat (limited to 'actions')
-rw-r--r--actions/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/actions/Makefile.am b/actions/Makefile.am
deleted file mode 100644
index 5a499a1..0000000
--- a/actions/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-
-polkit_actiondir = $(datadir)/polkit-1/actions
-polkit_action_in_files = org.freedesktop.policykit.policy.in
-dist_polkit_action_DATA = $(polkit_action_in_files:.policy.in=.policy)
-
-org.freedesktop.policykit.policy: org.freedesktop.policykit.policy.in
- $(AM_V_GEN) GETTEXTDATADIR=$(top_srcdir)/gettext $(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@
-
-#check:
-# $(top_builddir)/tools/polkit-policy-file-validate-1 $(top_srcdir)/policy/$(dist_polkit_action_DATA)
-
-clean-local :
- rm -f *~
-
-DISTCLEANFILES = org.freedesktop.policykit.policy
-
-EXTRA_DIST = \
- org.freedesktop.policykit.policy.in \
- meson.build \
- $(NULL)
-
--include $(top_srcdir)/git.mk