From: Karel Zak Date: Tue, 26 May 2020 09:43:07 +0000 (+0200) Subject: build-sys: add $LDADD and libcommon to test_logindefs_LDADD X-Git-Tag: v2.36-rc1~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=498f910eeb0167c75b0421a9a12974e6bb0afb04;p=thirdparty%2Futil-linux.git build-sys: add $LDADD and libcommon to test_logindefs_LDADD Addresses: https://travis-ci.org/github/karelzak/util-linux/jobs/690915120 Signed-off-by: Karel Zak --- diff --git a/login-utils/Makemodule.am b/login-utils/Makemodule.am index e3fac7e3d4..4e455f66b9 100644 --- a/login-utils/Makemodule.am +++ b/login-utils/Makemodule.am @@ -252,8 +252,9 @@ test_logindefs_SOURCES = \ login-utils/logindefs.c \ login-utils/logindefs.h test_logindefs_CPPFLAGS = -DTEST_PROGRAM $(AM_CPPFLAGS) +test_logindefs_LDADD = $(LDADD) libcommon.la if HAVE_ECONF -test_logindefs_LDADD = -leconf +test_logindefs_LDADD += -leconf endif