From: Simon Josefsson Date: Sun, 23 Nov 2008 15:51:53 +0000 (+0100) Subject: Libreadline is needed by libcmd_certtool.la, not certtool. X-Git-Tag: gnutls_2_7_3~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=490aa118b953284c19f908c5fb8f7b19a37989f3;p=thirdparty%2Fgnutls.git Libreadline is needed by libcmd_certtool.la, not certtool. Reported by Arfrever Frehtes Taifersar Arahesis in . --- diff --git a/src/Makefile.am b/src/Makefile.am index a069f9e98d..d5e76bee4e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -77,7 +77,7 @@ libcmd_cli_debug_la_SOURCES = tls_test.gaa tls_test-gaa.h tls_test-gaa.c certtool_SOURCES = certtool.c prime.c certtool_LDADD = ../lib/libgnutls.la ../libextra/libgnutls-extra.la -certtool_LDADD += libcmd-certtool.la ../gl/libgnu.la @LTLIBREADLINE@ +certtool_LDADD += libcmd-certtool.la ../gl/libgnu.la if HAVE_LIBCFG certtool_LDADD += -lcfg+ else @@ -93,7 +93,7 @@ noinst_LTLIBRARIES += libcmd-certtool.la libcmd_certtool_la_CFLAGS = libcmd_certtool_la_SOURCES = certtool.gaa certtool-gaa.h \ certtool-gaa.c certtool-cfg.h certtool-cfg.c -libcmd_certtool_la_LIBADD = ../gl/libgnu.la +libcmd_certtool_la_LIBADD = ../gl/libgnu.la @LTLIBREADLINE@ noinst_PROGRAMS = errcodes printlist errcodes_SOURCES = errcodes.c