On Wednesday 2016-11-16 17:16, Daniel Stone wrote: >> noinst_PROGRAMS = \ >> + $(built_test_programs) \ >> + exec-fd-leak-checker \ >> fixed-benchmark >> >> check_LTLIBRARIES = libtest-runner.la > >Doesn't this have to be (or at least, shouldn't: I can imagine >autotools making it a non-issue, but it is at least unclean) >noinst_LTLIBRARIES instead? With that:
noinst_LTLIBRARIES will never build shared libraries. You can of course do that, but it has the usual implications. _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
