From 7bce71a3f9e4dc0a2cae527f383f23367eca5c1a Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 9 Jul 2012 16:44:25 +0200 Subject: build-sys: support separate libintl Addresses: https://github.com/karelzak/util-linux/pull/13 Reported-by: Ben Walton Signed-off-by: Karel Zak --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8b8368b2d..be5dd09fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,11 @@ AM_CPPFLAGS = \ AM_CFLAGS = -fsigned-char $(WARN_CFLAGS) AM_LDFLAGS = +# Add gettext stuff to the global LDADD for systems with separate libintl +# library. The LTLIBINTL is generated by AM_GNU_GETTEXT macro. +# +LDADD = $(LTLIBINTL) + # Automake (at least up to 1.10) mishandles dist_man_MANS inside conditionals. # Unlike with other dist primaries, the files are not distributed if the # conditional is false. -- cgit v1.2.3-55-g7522