Skip to content

Commit

Permalink
cmake: use selinux/devel/Makefile for building selinux policy
Browse files Browse the repository at this point in the history
was using selinux/devel/include/Makefile, which was wrong.

Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Jun 30, 2016
1 parent f54f3a3 commit 1ac0f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -367,7 +367,7 @@ find_package(Threads REQUIRED)

option(WITH_SELINUX "build SELinux policy" OFF)
if(WITH_SELINUX)
find_file(SELINUX_MAKEFILE selinux/devel/include/Makefile
find_file(SELINUX_MAKEFILE selinux/devel/Makefile
PATH /usr/share)
if(NOT SELINUX_MAKEFILE)
message(FATAL_ERROR "Can't find selinux's Makefile")
Expand Down

0 comments on commit 1ac0f52

Please sign in to comment.