mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Subject: toplevel makefile: correct location of libapparmor
This patch fixes an issue with the toplevel make clean target that did not take into account where the libapparmor tree had been moved to.
This commit is contained in:
parent
65f90c0942
commit
bfc1032fc1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ include common/Make.rules
|
|||
DIRS=parser \
|
||||
profiles \
|
||||
utils \
|
||||
changehat/libapparmor \
|
||||
libraries/libapparmor \
|
||||
changehat/mod_apparmor \
|
||||
changehat/pam_apparmor \
|
||||
tests
|
||||
|
|
Loading…
Add table
Reference in a new issue