diff options
Diffstat (limited to 'src/libstrongswan/tests/Makefile.am')
-rw-r--r-- | src/libstrongswan/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/tests/Makefile.am b/src/libstrongswan/tests/Makefile.am index b0eb0a546..e99b3b5e9 100644 --- a/src/libstrongswan/tests/Makefile.am +++ b/src/libstrongswan/tests/Makefile.am @@ -6,7 +6,7 @@ test_runner_SOURCES = \ test_runner.c test_runner.h \ test_linked_list.c test_enumerator.c test_linked_list_enumerator.c \ test_chunk.c test_hashtable.c test_identification.c \ - test_threading.c + test_threading.c test_utils.c test_runner_CFLAGS = \ |