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:
Steve Beattie 2012-03-22 13:17:48 -07:00
parent 65f90c0942
commit bfc1032fc1

View file

@ -7,7 +7,7 @@ include common/Make.rules
DIRS=parser \
profiles \
utils \
changehat/libapparmor \
libraries/libapparmor \
changehat/mod_apparmor \
changehat/pam_apparmor \
tests