summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-10-30 19:12:59 +0100
committerSimon Josefsson <simon@josefsson.org>2008-10-30 19:12:59 +0100
commitfa4e91e159e12cdb5d270533c2dffbbfcf3595d8 (patch)
treeb7f25c03aba0aea171e3c355c9515a913a38b047 /src
parent49eb2c05d60efa46483dbe10f19ba097fb2c2895 (diff)
downloadgnutls-fa4e91e159e12cdb5d270533c2dffbbfcf3595d8.tar.gz
Make it build better.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1517d5e82e..bcc3cb939f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -59,7 +59,7 @@ gnutls_cli_debug_LDADD = ../lib/libgnutls.la ../gl/libgnu.la
certtool_SOURCES = certtool.gaa certtool-gaa.h certtool-cfg.h \
certtool-gaa.c certtool.c prime.c certtool-cfg.c
certtool_LDADD = ../lib/libgnutls.la ../libextra/libgnutls-extra.la \
- ../gl/libgnu.la @LTLIBREADLINE@
+ ../gl/libgnu.la ../lib/gl/liblgnu.la @LTLIBREADLINE@
if HAVE_LIBCFG
certtool_LDADD += -lcfg+
else