Link all plugins to libstrongswan.

This commit is contained in:
Tobias Brunner
2010-02-25 13:51:05 +01:00
parent 608af0a445
commit eba28948a5
56 changed files with 56 additions and 15 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ libstrongswan_gcrypt_la_SOURCES = gcrypt_plugin.h gcrypt_plugin.c \
gcrypt_hasher.h gcrypt_hasher.c
libstrongswan_gcrypt_la_LDFLAGS = -module -avoid-version
libstrongswan_gcrypt_la_LIBADD = -lgcrypt
libstrongswan_gcrypt_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la -lgcrypt