Created attachment 83895 [details] [review] Fix examples' and tests' dependencies All Automake products automatically depend on their SOURCES and everything identifiable as a file in their LDADD, unless you set their DEPENDENCIES, which take precedence (and have "replace", not "add", semantics). As a result, setting DEPENDENCIES is actually harmful here: it makes the tests and examples not depend on their own source code! For the one test that has non-trivial extra dependencies, use EXTRA_x_DEPENDENCIES, which has the desired semantics.
Comment on attachment 83895 [details] [review] Fix examples' and tests' dependencies Review of attachment 83895 [details] [review]: ----------------------------------------------------------------- Seems legit, +1
fixed in gabble-0.18, thanks
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.