From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?WmJpZ25pZXcgSsSZZHJ6ZWpld3NraS1Tem1law==?= Date: Sat, 28 Jul 2012 21:14:21 +0000 Subject: Re: [systemd-devel] [PATCH] Always populate EXTRA_DIST Message-Id: <5014562D.6030803@in.waw.pl> List-Id: References: <4FD195C7.6010808@kadzban.is-a-geek.net> In-Reply-To: <4FD195C7.6010808@kadzban.is-a-geek.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On 07/28/2012 04:43 AM, Bryan Kadzban wrote: > Lennart Poettering wrote: >> On Thu, 07.06.12 23:24, Bryan Kadzban (bryan@kadzban.is-a-geek.net) wrote: >> >>> Bryan Kadzban wrote: >>>> "make dist" can build a different tarball depending on the flags passed >>>> to ./configure and the (optional) dependencies found on the system. >>>> Move all append-to-EXTRA_DIST operations out of automake conditionals to >>>> fix this. >>>> >>>> Introduce a polkitpolicy_files so that the policy files built still >>>> correctly depend on the automake conditionals, but the .in files that >>>> get distributed do not. >>>> >>>> Signed-Off-By: Bryan Kadzban >>> Arg, always compile-check. Tested, this time. >>> >>> v2, fixing warnings about polkitpolicy_files not being defined. >> >> Looks good, but could you rebase this to current master? Will apply then. > > v3, rebased. (Finally got time to do this.) Commited. Zbyszek