diff options
Diffstat (limited to 'sm/Makefile.am')
-rw-r--r-- | sm/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/Makefile.am b/sm/Makefile.am index 75c49886d..0fce48a40 100644 --- a/sm/Makefile.am +++ b/sm/Makefile.am @@ -58,7 +58,7 @@ common_libs = ../jnlib/libjnlib.a ../kbx/libkeybox.a \ gpgsm_LDADD = $(common_libs) \ $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) \ - $(GPG_ERROR_LIBS) $(LIBINTL) $(ZLIBS) + $(GPG_ERROR_LIBS) $(LIBINTL) $(ZLIBS) $(LIBICONV) # Make sure that all libs are build before we use them. This is # important for things like make -j2. |