summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
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.