704a867 preserves DEPENDENCIES = LIBADD, but it breaks user-supplied -l/-L. Remove the assignment, as automake already does this.
Buglink: https://lists.x.org/archives/xorg-devel/2017-January/052320.html Reported-by: Michel Dänzer <[email protected]> Signed-off-by: Mihail Konev <[email protected]> --- v2: Fix misinterpretation of LDADD documentation. test/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 729402f104ce..b850dd8a7ce7 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -221,7 +221,6 @@ endif endif !XORG -tests_DEPENDENCIES = $(tests_LDADD) endif ENABLE_UNIT_TESTS EXTRA_DIST = \ -- 2.9.2 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
