summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-12-10 16:33:33 +0100
committerSimon Josefsson <simon@josefsson.org>2008-12-10 16:33:33 +0100
commitfc7c204205b920c2face27755d1e0724af3eaaba (patch)
tree47099d9f81b9ee117ee370cdf6fb3e0c7dfbb86f
parentd5f69f42d16fda5b2f4609354753f8c1db34864c (diff)
downloadgnutls-fc7c204205b920c2face27755d1e0724af3eaaba.tar.gz
Certtool need libgnutls etc for libcmd-certtool.la too, due to certtool-cfg.c.
-rw-r--r--src/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d5e76bee4e..d022d5163d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -76,8 +76,9 @@ libcmd_cli_debug_la_CFLAGS =
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
+certtool_LDADD = libcmd-certtool.la
+certtool_LDADD += ../lib/libgnutls.la ../libextra/libgnutls-extra.la
+certtool_LDADD += ../gl/libgnu.la
if HAVE_LIBCFG
certtool_LDADD += -lcfg+
else