From c777f575b0ec0c48ce3b85ea2c5cc298db02450e Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 26 Jul 2016 12:13:43 +0200 Subject: SIMPLE: Make the DP handlers testable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To make it possible to call the whole DP handler in the unit test, not just the evaluator part. Reviewed-by: Lukáš Slebodník --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3d84bd868..5d1d67109 100644 --- a/Makefile.am +++ b/Makefile.am @@ -665,6 +665,7 @@ dist_noinst_HEADERS = \ src/providers/fail_over_srv.h \ src/util/child_common.h \ src/providers/simple/simple_access.h \ + src/providers/simple/simple_access_pvt.h \ src/providers/krb5/krb5_auth.h \ src/providers/krb5/krb5_common.h \ src/providers/krb5/krb5_utils.h \ -- cgit