From e0c86d21388bffe2e3919e780780c40d96186abb Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 10 Mar 2016 08:19:58 +0100 Subject: libipa_hbac: Move the library to src/lib/ipa_hbac MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moving the library to the lib directory will force maintainers to think twice about changes, because it would be obvious this is a library. Also don't use includes from sssd source tree paths, but add the util path to Makefile's CFLAGS so that other projects can copy the hbac_evaluator.c file verbatim. Reviewed-by: Lukáš Slebodník --- src/python/pyhbac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python') diff --git a/src/python/pyhbac.c b/src/python/pyhbac.c index 820ef11b5..eb424c6dd 100644 --- a/src/python/pyhbac.c +++ b/src/python/pyhbac.c @@ -23,7 +23,7 @@ #include "util/util.h" #include "util/sss_python.h" -#include "providers/ipa/ipa_hbac.h" +#include "lib/ipa_hbac/ipa_hbac.h" #define PYTHON_MODULE_NAME "pyhbac" -- cgit