summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-10-26 14:29:41 +0000
committerSimon Josefsson <simon@josefsson.org>2006-10-26 14:29:41 +0000
commit5f11b829dd672da2647dc7b644d7315e0cbb6008 (patch)
tree5aba5c6d57047c3227a17cdbe2347644fa49913a
parentfab78fcb3fc94956c460338ef737f0695a13ef60 (diff)
downloadgnutls-5f11b829dd672da2647dc7b644d7315e0cbb6008.tar.gz
Change lgpl/ library name.
-rw-r--r--lib/Makefile.am2
-rw-r--r--libextra/Makefile.am4
-rw-r--r--src/Makefile.am4
-rw-r--r--tests/Makefile.am2
4 files changed, 6 insertions, 6 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 895043efbd..de8311b7ff 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -100,7 +100,7 @@ libgnutls_la_SOURCES = $(HFILES) $(COBJECTS) $(SRP_COBJECTS) \
libgnutls_la_LDFLAGS = -no-undefined \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-libgnutls_la_LIBADD = ../lgl/libgnu.la x509/libgnutls_x509.la \
+libgnutls_la_LIBADD = ../lgl/liblgnu.la x509/libgnutls_x509.la \
@LTLIBZ@ $(LIBGCRYPT_LIBS) @LTLIBINTL@
if HAVE_LD_VERSION_SCRIPT
diff --git a/libextra/Makefile.am b/libextra/Makefile.am
index 1dbbd4da53..364d0edf32 100644
--- a/libextra/Makefile.am
+++ b/libextra/Makefile.am
@@ -73,7 +73,7 @@ lib_LTLIBRARIES += libgnutls-openssl.la
libgnutls_openssl_la_SOURCES = gnutls_openssl.c openssl_compat.h \
openssl_compat.c
-libgnutls_openssl_la_LIBADD = ../gl/libgnu.la ../lgl/libgnu.la \
+libgnutls_openssl_la_LIBADD = ../gl/libgnu.la ../lgl/liblgnu.la \
../lib/libgnutls.la
libgnutls_openssl_la_LDFLAGS += -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
@@ -126,7 +126,7 @@ libgnutls_extra_la_LDFLAGS += \
libgnutls_extra_la_SOURCES += gnutls_extra.h libgnutls-extra.vers
-libgnutls_extra_la_LIBADD += ../gl/libgnu.la ../lgl/libgnu.la \
+libgnutls_extra_la_LIBADD += ../gl/libgnu.la ../lgl/liblgnu.la \
../lib/libgnutls.la
if HAVE_LD_VERSION_SCRIPT
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
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c4ab2ef44e..e778907318 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -25,7 +25,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/lgl -I$(top_builddir)/lgl \
-I$(top_srcdir)/gl -I$(top_builddir)/gl \
-I$(top_srcdir)/includes -I$(top_builddir)/includes
AM_LDFLAGS = -no-install
-LDADD = ../lib/libgnutls.la ../gl/libgnu.la ../lgl/libgnu.la libutils.la
+LDADD = ../lib/libgnutls.la ../gl/libgnu.la ../lgl/liblgnu.la libutils.la
noinst_LTLIBRARIES = libutils.la
libutils_la_SOURCES = utils.h utils.c