summaryrefslogtreecommitdiffstats
path: root/libasm
diff options
context:
space:
mode:
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