From ef61c093d31ee07a8e5df3125ea3418f49f46538 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 15 Apr 2019 13:01:21 +0200 Subject: build-sys: add ASAN_LDFLAGS Signed-off-by: Karel Zak --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c9ef61226..0ae085d9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ AM_CPPFLAGS = \ -DLOCALEDIR=\"$(localedir)\" \ -D_PATH_RUNSTATEDIR=\"${runstatedir}\" AM_CFLAGS = -fsigned-char $(WARN_CFLAGS) -AM_LDFLAGS = +AM_LDFLAGS = $(ASAN_LDFLAGS) # Add gettext stuff to the global LDADD for systems with separate libintl # library. The LTLIBINTL is generated by AM_GNU_GETTEXT macro. -- cgit v1.2.3-55-g7522