chiark / gitweb /
build-sys: include PolicyKit files as part of distribution
authorFilipe Brandenburger <filbranden@google.com>
Wed, 25 Jun 2014 06:06:47 +0000 (23:06 -0700)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 26 Jun 2014 05:41:05 +0000 (01:41 -0400)
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

index bfef1c305597a2cb62e865a6fac81c5949f9e232..e02dede7a139ca159c2ab48ff3b63e6f6a3efc74 100644 (file)
@@ -5173,7 +5173,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