[systemd-devel] [PATCH 3/3] build-sys: include PolicyKit files as part of distribution
Filipe Brandenburger
filbranden at google.com
Tue Jun 24 23:06:47 PDT 2014
So that building from an archive works even if intltool is not present.
The README file already mentioned that intltool should only be required
when building from git.
Tested: Built it from the distribution archive on a host without intltool.
$ ./configure --enable-polkit
$ make
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 4b292b210531..94ea4d10ae0c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5170,7 +5170,7 @@ units/user/%: units/%.m4
$(AM_V_M4)$(M4) -P $(M4_DEFINES) -DFOR_USER=1 < $< > $@
if ENABLE_POLKIT
-nodist_polkitpolicy_DATA = \
+dist_polkitpolicy_DATA = \
$(polkitpolicy_files) \
$(polkitpolicy_in_in_files:.policy.in.in=.policy)
endif
--
1.9.3
More information about the systemd-devel
mailing list