mirror of
https://github.com/SELinuxProject/selinux
synced 2025-03-03 08:47:42 +00:00
libselinux: fix build order
We need to install the include files before we try to build the source. Otherwise, make DESTDIR=~/obj install can fail if there are older headers under /usr/include. Signed-off-by: Stephen Smalley <stephen.smalley.work@gmail.com>
This commit is contained in:
parent
ba2d6c1063
commit
e7abd802d4
@ -1,4 +1,4 @@
|
||||
SUBDIRS = src include utils man
|
||||
SUBDIRS = include src utils man
|
||||
|
||||
PKG_CONFIG ?= pkg-config
|
||||
DISABLE_SETRANS ?= n
|
||||
|
Loading…
Reference in New Issue
Block a user