From b201f1d86c871f2cf3e9f9f96a6d72f363aa1947 Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Mon, 22 Feb 2016 19:48:30 +0100 Subject: 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 --- login-utils/Makemodule.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'login-utils/Makemodule.am') 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 -- cgit v1.2.3-55-g7522