diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-03-10 15:23:45 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-03-10 15:23:45 +0100 |
commit | bf69cff1425e48d3e65217ca4e5ae15addc15b0e (patch) | |
tree | 34e8d4d2e63c993f6c9424d041217095baa2cbe9 /libextra | |
parent | cffcd573f5aa743ca0a1d598d2677dd7f8ab85a0 (diff) | |
download | gnutls-bf69cff1425e48d3e65217ca4e5ae15addc15b0e.tar.gz |
Revert a3e4759117cee5d756475215437a440dc12fcc6c because it breaks libtool v2.2.
../libtool: line 4398: cd: ../../lib/.libs: No such file or directory
libtool: link: cannot determine absolute directory name of `../../lib/.libs'
Diffstat (limited to 'libextra')
-rw-r--r-- | libextra/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libextra/Makefile.am b/libextra/Makefile.am index c898b55587..4d0704fcd1 100644 --- a/libextra/Makefile.am +++ b/libextra/Makefile.am @@ -52,7 +52,7 @@ lib_LTLIBRARIES = libgnutls-extra.la libgnutls_extra_la_SOURCES = gnutls_extra.c -libgnutls_openssl_la_LDFLAGS = -no-undefined -L$(top_srcdir)/lib/.libs +libgnutls_openssl_la_LDFLAGS = -no-undefined # OpenSSL @@ -82,7 +82,7 @@ endif # OpenPGP libgnutls_extra_la_LIBADD = -libgnutls_extra_la_LDFLAGS = -no-undefined -L$(top_srcdir)/lib/.libs +libgnutls_extra_la_LDFLAGS = -no-undefined # TLS/IA |