chiark / gitweb /
build-sys: always populate EXTRA_DIST
authorBryan Kadzban <bryan@kadzban.is-a-geek.net>
Sat, 28 Jul 2012 02:43:38 +0000 (19:43 -0700)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 28 Jul 2012 20:35:26 +0000 (22:35 +0200)
commit299031ca8b05ede06e3c03c436429eec854cc75c
tree01935750f988e54bc8eb8f5208fab247236bc78e
parent56d4fbf92eb6d8eb31c910e137224308c40dd909
build-sys: always populate EXTRA_DIST

"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.
Makefile.am