diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-10-26 14:29:41 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-10-26 14:29:41 +0000 |
commit | 5f11b829dd672da2647dc7b644d7315e0cbb6008 (patch) | |
tree | 5aba5c6d57047c3227a17cdbe2347644fa49913a /src/Makefile.am | |
parent | fab78fcb3fc94956c460338ef737f0695a13ef60 (diff) | |
download | gnutls-5f11b829dd672da2647dc7b644d7315e0cbb6008.tar.gz |
Change lgpl/ library name.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ae928e8788..e62dc3d3ae 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -40,13 +40,13 @@ if ENABLE_SRP 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 ../lgl/libgnu.la + ../gl/libgnu.la ../lgl/liblgnu.la endif psktool_SOURCES = psk.gaa psk-gaa.h psk-gaa.c psk.c psktool_LDADD = ../lib/libgnutls.la ../libextra/libgnutls-extra.la \ $(LIBGCRYPT_LIBS) $(LIBTASN1_LIBS) $(LIBOPENCDK_LIBS) \ - ../gl/libgnu.la ../lgl/libgnu.la + ../gl/libgnu.la ../lgl/liblgnu.la gnutls_cli_SOURCES = cli.gaa cli-gaa.h cli-gaa.c cli.c common.h \ common.c select.c |