summaryrefslogtreecommitdiffstats
path: root/login-utils/Makemodule.am
diff options
context:
space:
mode:
authorRuediger Meier2016-02-22 19:48:30 +0100
committerRuediger Meier2016-02-23 01:16:58 +0100
commitb201f1d86c871f2cf3e9f9f96a6d72f363aa1947 (patch)
tree9bba4512973c478c98168a9fac33b51d01266e65 /login-utils/Makemodule.am
parentlibsmartcols: fix scols_table_print_range() to print header (diff)
downloadkernel-qcow2-util-linux-b201f1d86c871f2cf3e9f9f96a6d72f363aa1947.tar.gz
kernel-qcow2-util-linux-b201f1d86c871f2cf3e9f9f96a6d72f363aa1947.tar.xz
kernel-qcow2-util-linux-b201f1d86c871f2cf3e9f9f96a6d72f363aa1947.zip
build-sys: always use global LDADD
This was a major showstopper when building on a system where LTLIBINTL libs are needed (e.g. OSX). Maybe there are a few test programs which wouldn't need LDADD ... never mind. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'login-utils/Makemodule.am')
-rw-r--r--login-utils/Makemodule.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/login-utils/Makemodule.am b/login-utils/Makemodule.am
index fb58b46cd..8794c262c 100644
--- a/login-utils/Makemodule.am
+++ b/login-utils/Makemodule.am
@@ -32,7 +32,7 @@ endif
check_PROGRAMS += test_consoles
test_consoles_SOURCES = login-utils/sulogin-consoles.c
test_consoles_CFLAGS = -DTEST_PROGRAM
-test_consoles_LDADD = libcommon.la
+test_consoles_LDADD = $(LDADD) libcommon.la
endif # BUILD_SULOGIN