From: Ruben Jenster Date: Fri, 23 Oct 2020 16:26:34 +0000 (+0200) Subject: tests: Fix compilation with appamor enabled. X-Git-Tag: lxc-5.0.0~348^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beff99393906f3bddff186993203a8b9c0ba9dfc;p=thirdparty%2Flxc.git tests: Fix compilation with appamor enabled. Signed-off-by: Ruben Jenster --- diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am index 2b66bc9cd..664c6c47b 100644 --- a/src/tests/Makefile.am +++ b/src/tests/Makefile.am @@ -564,6 +564,7 @@ AM_CFLAGS=-DLXCROOTFSMOUNT=\"$(LXCROOTFSMOUNT)\" \ if ENABLE_APPARMOR AM_CFLAGS += -DHAVE_APPARMOR +AM_CFLAGS += -DAPPARMOR_CACHE_DIR=\"$(APPARMOR_CACHE_DIR)\" endif if ENABLE_SECCOMP