diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-01-11 09:04:09 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-01-11 09:04:09 +0000 |
commit | 7cb2b68bf43aa438997b5a2495f33b0e5ef2f36b (patch) | |
tree | 4f18741417aee58946c3cdc066427967082d3984 /libextra | |
parent | d5cc91b6c6cb76c3b0cc21dbe3cdf97b358e98f5 (diff) | |
download | gnutls-7cb2b68bf43aa438997b5a2495f33b0e5ef2f36b.tar.gz |
libgnu.la depends on liblgnu.la, so don't add it twice.
Diffstat (limited to 'libextra')
-rw-r--r-- | libextra/Makefile.am | 8 |
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 += \ |