diff options
-rw-r--r-- | src/libstrongswan/plugins/test_vectors/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/test_vectors/Makefile.am b/src/libstrongswan/plugins/test_vectors/Makefile.am index 55bf009ff..860a4b366 100644 --- a/src/libstrongswan/plugins/test_vectors/Makefile.am +++ b/src/libstrongswan/plugins/test_vectors/Makefile.am @@ -6,7 +6,7 @@ AM_CFLAGS = -rdynamic plugin_LTLIBRARIES = libstrongswan-test-vectors.la libstrongswan_test_vectors_la_SOURCES = \ - test_vectors_plugin.h test_vectors_plugin.c \ + test_vectors_plugin.h test_vectors_plugin.c test_vectors.h \ test_vectors/blowfish.c \ test_vectors/aes_cbc.c \ test_vectors/aes_xcbc.c \ |