From 225d845476b6136be9b77f528ed986bba7a7f732 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 11 Jan 2013 17:36:26 -0500 Subject: Split simple_access_check function out Need to split out the function or new additions to the handler funtion will not allow simple access tests to compile anymore. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b96ab042..d32f81cb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1010,7 +1010,7 @@ ad_ldap_opt_tests_LDADD = \ simple_access_tests_SOURCES = \ src/tests/simple_access-tests.c \ src/tests/common.c \ - src/providers/simple/simple_access.c + src/providers/simple/simple_access_check.c simple_access_tests_CFLAGS = \ $(AM_CFLAGS) \ $(CHECK_CFLAGS) @@ -1350,6 +1350,7 @@ libsss_proxy_la_LDFLAGS = \ -module libsss_simple_la_SOURCES = \ + src/providers/simple/simple_access_check.c \ src/providers/simple/simple_access.c libsss_simple_la_CFLAGS = \ $(AM_CFLAGS) -- cgit