diff options
Diffstat (limited to 'sm/Makefile.am')
-rw-r--r-- | sm/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sm/Makefile.am b/sm/Makefile.am index 4c215c61d..6345573e5 100644 --- a/sm/Makefile.am +++ b/sm/Makefile.am @@ -51,4 +51,5 @@ gpgsm_SOURCES = \ gpgsm_LDADD = ../jnlib/libjnlib.a ../kbx/libkeybox.a ../common/libcommon.a \ - $(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(KSBA_LIBS) -lgpg-error
\ No newline at end of file + $(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(KSBA_LIBS) -lgpg-error \ + @INTLLIBS@ |