summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2010-03-17 15:47:56 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-04-08 08:53:35 -0400
commit81020661d35772b5499525b76a19c9a3794c953e (patch)
treea27d680a3dee842419334b6c9bd05ec0c8beee2a /src/Makefile.am
parent03aaa2b31e9769bce7f725abe80686b8bba85cdf (diff)
downloadsssd-81020661d35772b5499525b76a19c9a3794c953e.tar.gz
sssd-81020661d35772b5499525b76a19c9a3794c953e.tar.xz
sssd-81020661d35772b5499525b76a19c9a3794c953e.zip
Move SELinux related functions into its own module
Fix whitespace errors
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c3b1fe7be..e5c12df8c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -247,6 +247,7 @@ SSSD_TOOLS_OBJ = \
tools/sss_sync_ops.c \
tools/tools_util.c \
tools/files.c \
+ tools/selinux.c \
tools/nscd.c
SSSD_RESOLV_OBJ = \