From: Martin Willi Date: Mon, 17 May 2010 10:36:30 +0000 (+0200) Subject: Explicitly link gpg-error to gcrypt plugin X-Git-Tag: 4.4.1~259 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42df8beeb61c8a551b2204bbf24eb0316218379c;p=thirdparty%2Fstrongswan.git Explicitly link gpg-error to gcrypt plugin --- diff --git a/src/libstrongswan/plugins/gcrypt/Makefile.am b/src/libstrongswan/plugins/gcrypt/Makefile.am index 48bf916abe..57f3f5016c 100644 --- a/src/libstrongswan/plugins/gcrypt/Makefile.am +++ b/src/libstrongswan/plugins/gcrypt/Makefile.am @@ -19,4 +19,4 @@ libstrongswan_gcrypt_la_SOURCES = \ gcrypt_hasher.h gcrypt_hasher.c libstrongswan_gcrypt_la_LDFLAGS = -module -avoid-version -libstrongswan_gcrypt_la_LIBADD = -lgcrypt +libstrongswan_gcrypt_la_LIBADD = -lgcrypt -lgpg-error