diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-10-30 19:12:59 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-10-30 19:12:59 +0100 |
commit | fa4e91e159e12cdb5d270533c2dffbbfcf3595d8 (patch) | |
tree | b7f25c03aba0aea171e3c355c9515a913a38b047 /src | |
parent | 49eb2c05d60efa46483dbe10f19ba097fb2c2895 (diff) | |
download | gnutls-fa4e91e159e12cdb5d270533c2dffbbfcf3595d8.tar.gz |
Make it build better.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
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 |