diff options
-rw-r--r-- | src/libstrongswan/plugins/twofish/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
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 |