From 1ce7b44e1dcd69b0fda90d537aba1707d77d4dcf Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 17 Oct 2005 13:52:37 +0000 Subject: Fixes to make GC work again. --- libextra/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libextra/Makefile.am') diff --git a/libextra/Makefile.am b/libextra/Makefile.am index c83cdbc339..e570665368 100644 --- a/libextra/Makefile.am +++ b/libextra/Makefile.am @@ -68,7 +68,7 @@ lib_LTLIBRARIES += libgnutls-openssl.la libgnutls_openssl_la_SOURCES = gnutls_openssl.c openssl_compat.h \ openssl_compat.c -libgnutls_openssl_la_LIBADD = ../lib/libgnutls.la +libgnutls_openssl_la_LIBADD = ../lib/libgnutls.la ../gl/libgnu.la libgnutls_openssl_la_LDFLAGS += -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -- cgit v1.2.1