]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Revert a3e4759117cee5d756475215437a440dc12fcc6c because it breaks libtool v2.2.
authorSimon Josefsson <simon@josefsson.org>
Mon, 10 Mar 2008 14:23:45 +0000 (15:23 +0100)
committerSimon Josefsson <simon@josefsson.org>
Mon, 10 Mar 2008 14:23:45 +0000 (15:23 +0100)
../libtool: line 4398: cd: ../../lib/.libs: No such file or directory
libtool: link: cannot determine absolute directory name of `../../lib/.libs'

libextra/Makefile.am

index c898b55587d846839a514dcc6b3a5e590a191d65..4d0704fcd151b58a669b046678671d12fb2b770d 100644 (file)
@@ -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