Lennart Poettering <[email protected]> writes: > On Wed, 17.04.13 18:48, Henrik Grindal Bakken ([email protected]) wrote: > >> @@ -125,8 +125,13 @@ dist_dbussystemservice_DATA = >> check_PROGRAMS = >> check_DATA = >> noinst_tests= >> +if ENABLE_TESTS >> noinst_PROGRAMS = $(noinst_tests) >> TESTS = $(noinst_tests) >> +else >> +noinst_PROGRAMS = >> +TESTS = >> +endif >> udevlibexec_PROGRAMS = > > There must be two different vars for these, you cannot collapse them > (see other mail for explanation).
Yeah, so then my first patch is back to the number one candidate. Or I can make a new one, similar to this, with two variable. Perhaps that's prettier? -- Henrik Grindal Bakken <[email protected]> PGP ID: 8D436E52 Fingerprint: 131D 9590 F0CF 47EF 7963 02AF 9236 D25A 8D43 6E52 _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
