summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-01-11 09:04:09 +0000
committerSimon Josefsson <simon@josefsson.org>2007-01-11 09:04:09 +0000
commit7cb2b68bf43aa438997b5a2495f33b0e5ef2f36b (patch)
tree4f18741417aee58946c3cdc066427967082d3984
parentd5cc91b6c6cb76c3b0cc21dbe3cdf97b358e98f5 (diff)
downloadgnutls-7cb2b68bf43aa438997b5a2495f33b0e5ef2f36b.tar.gz
libgnu.la depends on liblgnu.la, so don't add it twice.
-rw-r--r--libextra/Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/libextra/Makefile.am b/libextra/Makefile.am
index b81b4a1dc2..d8dc82ecb5 100644
--- a/libextra/Makefile.am
+++ b/libextra/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation
#
# Author: Nikos Mavroyanopoulos
#
@@ -73,8 +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/liblgnu.la \
- ../lib/libgnutls.la
+libgnutls_openssl_la_LIBADD = ../gl/libgnu.la ../lib/libgnutls.la
libgnutls_openssl_la_LDFLAGS += -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
@@ -125,8 +124,7 @@ libgnutls_extra_la_LDFLAGS += \
libgnutls_extra_la_SOURCES += gnutls_extra.h libgnutls-extra.vers
-libgnutls_extra_la_LIBADD += ../gl/libgnu.la ../lgl/liblgnu.la \
- ../lib/libgnutls.la
+libgnutls_extra_la_LIBADD += ../gl/libgnu.la ../lib/libgnutls.la
if HAVE_LD_VERSION_SCRIPT
libgnutls_extra_la_LDFLAGS += \