diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-08-30 08:50:16 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-08-30 08:50:16 +0000 |
commit | fd878a3aa2872ab0cfeb2993cf5a71e0dacd3c40 (patch) | |
tree | a3d24d38d69b65056e650755e4208af7be99fc85 /src | |
parent | 134413da82cb659b8ddd2b52d3dfa6c945e3a210 (diff) | |
download | gnutls-fd878a3aa2872ab0cfeb2993cf5a71e0dacd3c40.tar.gz |
Add libgc.la for crypt.c.
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 8393c3483d..11b7151a53 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -34,7 +34,7 @@ gnutls_serv_LDADD = ../lib/libgnutls.la ../libextra/libgnutls-extra.la \ srptool_SOURCES = crypt.gaa crypt-gaa.h crypt-gaa.c crypt.c srptool_LDADD = ../lib/libgnutls.la ../libextra/libgnutls-extra.la \ $(LIBGCRYPT_LIBS) $(LIBTASN1_LIBS) $(LIBOPENCDK_LIBS) \ - ../gl/libgnu.la + ../gl/libgnu.la ../crypto/libgc.la gnutls_cli_SOURCES = cli.gaa cli-gaa.h cli-gaa.c cli.c common.h \ common.c |