From 2b92fc98802930c6c801afdc4986c6f8520d8631 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sat, 13 Jun 2009 15:17:24 +0200 Subject: [PATCH] test_vectors.h is part of the distribution --- src/libstrongswan/plugins/test_vectors/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \