summaryrefslogtreecommitdiffstats
path: root/libasm
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-02-24 16:47:58 +0100
committerUlf Hermann <ulf.hermann@qt.io>2017-04-28 10:57:30 +0000
commitb665cd7c344a7ae86b2dea9f8a8974725f8946ef (patch)
treef632dc5c04265ae8c26d7647c73d5f4a2f962a95 /libasm
parent69cdfee21c15e68ab39fe86a86766bb474c2fc78 (diff)
Check if we need -lintl for linking gettext
We might not have gettext available from libc and we cannot get it from gnulib either. Change-Id: I1cc657b13b97bcc7c0f158f11b6702c24e69695c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'libasm')
-rw-r--r--libasm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libasm/Makefile.am b/libasm/Makefile.am
index a5fc9fc1..30f7fa93 100644
--- a/libasm/Makefile.am
+++ b/libasm/Makefile.am
@@ -55,7 +55,7 @@ libasm_a_SOURCES = asm_begin.c asm_abort.c asm_end.c asm_error.c \
libasm_pic_a_SOURCES =
am_libasm_pic_a_OBJECTS = $(libasm_a_SOURCES:.c=.os)
-libasm_so_LDLIBS =
+libasm_so_LDLIBS = $(intl_LDADD)
if USE_LOCKS
libasm_so_LDLIBS += -lpthread
endif