summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-07-04 14:43:14 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-07-11 16:10:53 -0400
commit3ce142490907d31c33ac03d72554f92459192f92 (patch)
tree619743770ddf727e239f3f34255874b29e26eeb2 /Makefile.am
parent92daebc0d0268c35f416c1665e0da3d4be5dd69f (diff)
Revert "build-sys: include PolicyKit files as part of distribution"
This reverts commit 0c26bfc3d21fdb3963f1248c237e2f1a33b5566d. src/core/org.freedesktop.systemd1.policy.in.in depends on values which are specified at configure time, so we cannot ship the corresponding policy file in the tarball. Since we need to regenerate one policy file, we might as well generate them all.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bb8fc475b..220e99e8b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5281,7 +5281,7 @@ units/user/%: units/%.m4
$(AM_V_M4)$(M4) -P $(M4_DEFINES) -DFOR_USER=1 < $< > $@
if ENABLE_POLKIT
-dist_polkitpolicy_DATA = \
+nodist_polkitpolicy_DATA = \
$(polkitpolicy_files) \
$(polkitpolicy_in_in_files:.policy.in.in=.policy)
endif