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 ba194811d..2754b8535 100644 --- a/sm/Makefile.am +++ b/sm/Makefile.am @@ -56,7 +56,8 @@ common_libs = ../kbx/libkeybox.a $(libcommon) ../gl/libgnu.a gpgsm_LDADD = $(common_libs) ../common/libgpgrl.a \ $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) \ - $(GPG_ERROR_LIBS) $(LIBREADLINE) $(LIBINTL) $(ZLIBS) $(LIBICONV) + $(GPG_ERROR_LIBS) $(LIBREADLINE) $(LIBINTL) $(ZLIBS) \ + $(LIBICONV) $(extra_sys_libs) # Make sure that all libs are build before we use them. This is # important for things like make -j2. |