Don't hardcode the list of executables in Makefile.in.
authorAndre Noll <maan@systemlinux.org>
Tue, 19 Jan 2010 00:21:32 +0000 (01:21 +0100)
committerAndre Noll <maan@systemlinux.org>
Tue, 19 Jan 2010 00:21:32 +0000 (01:21 +0100)
commit77aa66801a7fb984ac9814ca5535c9d7762545ff
tree254809951074600dc11c274e7dc6c9b1fb65bb84
parent170ccb94f747a71d9da7541032a5aca8f26e58a0
Don't hardcode the list of executables in Makefile.in.

Just export the list via the $all_executables variable from configure.ac. Rename it to
$ececutables while we're at it and remove two unused variables in configure.ac.
Makefile.in
configure.ac