diff options
Diffstat (limited to '')
-rw-r--r-- | sm/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/Makefile.am b/sm/Makefile.am index e56064812..8171af54b 100644 --- a/sm/Makefile.am +++ b/sm/Makefile.am @@ -57,9 +57,9 @@ gpgsm_SOURCES = \ common_libs = ../jnlib/libjnlib.a ../kbx/libkeybox.a \ $(libcommon) ../gl/libgnu.a -gpgsm_LDADD = $(common_libs) \ +gpgsm_LDADD = $(common_libs) ../common/libgpgrl.a \ $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) \ - $(GPG_ERROR_LIBS) $(LIBINTL) $(ZLIBS) $(LIBICONV) + $(GPG_ERROR_LIBS) $(LIBREADLINE) $(LIBINTL) $(ZLIBS) $(LIBICONV) # Make sure that all libs are build before we use them. This is # important for things like make -j2. |