]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Explicitly link gpg-error to gcrypt plugin
authorMartin Willi <martin@revosec.ch>
Mon, 17 May 2010 10:36:30 +0000 (12:36 +0200)
committerMartin Willi <martin@revosec.ch>
Mon, 17 May 2010 10:36:30 +0000 (12:36 +0200)
src/libstrongswan/plugins/gcrypt/Makefile.am

index 48bf916abece7c88b57c07c3108842d3f8f0437a..57f3f5016cfdd0ae337798500318679da82c5eb9 100644 (file)
@@ -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