From 2aa1d14477b8f42a671b7652abce384ad244e63a Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Wed, 6 Jul 2016 08:34:10 +0300 Subject: [PATCH] fixed build of unit tests (broken by 34e0284) --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 66e3c19f..eed2ca9d 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -25,11 +25,11 @@ noinst_PROGRAMS = noinst_PROGRAMS += unit_tests unit_tests_SOURCES = \ - common/modsecurity_test.cc \ unit/unit.cc \ unit/unit_test.cc pkginclude_HEADERS = \ + common/modsecurity_test.cc \ common/*.h \ unit/*.h \ regression/*.h