From 978c2df17a97043fefd72a367bdd107f200c7d10 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 14 May 2009 16:51:53 +0200 Subject: [PATCH] completed twofish sources --- src/libstrongswan/plugins/twofish/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/libstrongswan/plugins/twofish/Makefile.am b/src/libstrongswan/plugins/twofish/Makefile.am index 844f43295..a161d1bea 100644 --- a/src/libstrongswan/plugins/twofish/Makefile.am +++ b/src/libstrongswan/plugins/twofish/Makefile.am @@ -5,6 +5,9 @@ AM_CFLAGS = -rdynamic plugin_LTLIBRARIES = libstrongswan-twofish.la -libstrongswan_twofish_la_SOURCES = twofish_plugin.h twofish_plugin.c twofish_crypter.c twofish_crypter.h +libstrongswan_twofish_la_SOURCES = \ +twofish_plugin.h twofish_plugin.c twofish_crypter.c twofish_crypter.h \ +twofish.c twofish.h + libstrongswan_twofish_la_LDFLAGS = -module