build: Move clients libexec_PROGRAMS under BUILD_CLIENTS conditional
authorKristian Høgsberg <krh@bitplanet.net>
Wed, 1 Jan 2014 21:28:07 +0000 (13:28 -0800)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 1 Jan 2014 21:52:20 +0000 (13:52 -0800)
commitf3fa832796a31466167e2701bb319a8d15fddd3d
tree93ffd226f2e5a42f26d596e136af2134be0b9e7e
parent96e1c0b6e52356337ce54072517ba85b4bace852
build: Move clients libexec_PROGRAMS under BUILD_CLIENTS conditional

All the libexec programs are only built when BUILD_CLIENTS is true,
so we can just assign libexec_PROGRAMS under the condition.  This lets us
drop most of the variable assignments and simplify it a bit.

https://bugs.freedesktop.org/show_bug.cgi?id=72812
clients/Makefile.am
tests/Makefile.am
tests/text-test.c