summaryrefslogtreecommitdiffstats
path: root/src/python
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2016-03-10 08:19:58 +0100
committerLukas Slebodnik <lslebodn@redhat.com>2016-03-12 21:19:06 +0100
commite0c86d21388bffe2e3919e780780c40d96186abb (patch)
tree925fcd346268794138743f29ecb2a4e8f6941366 /src/python
parent9f18131a2ace84c393982734c93ce22eda558510 (diff)
downloadsssd-e0c86d21388bffe2e3919e780780c40d96186abb.tar.gz
sssd-e0c86d21388bffe2e3919e780780c40d96186abb.tar.xz
sssd-e0c86d21388bffe2e3919e780780c40d96186abb.zip
libipa_hbac: Move the library to src/lib/ipa_hbac
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 <lslebodn@redhat.com>
Diffstat (limited to 'src/python')
-rw-r--r--src/python/pyhbac.c2
1 files changed, 1 insertions, 1 deletions
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"