diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2016-07-26 12:13:43 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2016-08-10 16:55:53 +0200 |
commit | c777f575b0ec0c48ce3b85ea2c5cc298db02450e (patch) | |
tree | 8c89068daed26ab8fd20237d122d7d2a839b1ba6 /Makefile.am | |
parent | 79ac0e8a4840202c3615d6ce6584df3c08efb594 (diff) | |
download | sssd-c777f575b0ec0c48ce3b85ea2c5cc298db02450e.tar.gz sssd-c777f575b0ec0c48ce3b85ea2c5cc298db02450e.tar.xz sssd-c777f575b0ec0c48ce3b85ea2c5cc298db02450e.zip |
SIMPLE: Make the DP handlers testable
To make it possible to call the whole DP handler in the unit test, not
just the evaluator part.
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |