From: Michael W. <no...@gi...> - 2020-05-09 22:01:48
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: a49a64ec79e8129c70b1d16f34acc8562e5ca4be https://github.com/OpenSC/OpenSC/commit/a49a64ec79e8129c70b1d16f34acc8562e5ca4be Author: Michael Weiser <mic...@gm...> Date: 2020-05-10 (Sun, 10 May 2020) Changed paths: M src/tests/unittests/Makefile.am Log Message: ----------- unittests: Fix out-of-source build Commit 4fd34e28eaf1 unintentionally replaced top_builddir with top_srcdir when refactoring flags variables in Makefile.am. This causes out-of-source builds to fail. Restore top_builddir in LDADD. Also, remove a superfluous -L flag also referencing top_srcdir from AM_CFLAGS while at it. Signed-off-by: Michael Weiser <mic...@gm...> Closes #2027. |