From: Eric Blake Date: Tue, 14 Aug 2012 17:44:40 +0000 (-0600) Subject: build: fix link error with appArmor X-Git-Tag: v0.10.0-rc1~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37f3cd416c6150246cc55279ac78a548ff70d41f;p=thirdparty%2Flibvirt.git build: fix link error with appArmor Commit bb705e25 missed that the appArmor helper file also needs to resolve the new symbols dragged in by domain_conf.c. * src/Makefile.am (SECURITY_DRIVER_APPARMOR_HELPER_SOURCES): Pull in datatypes.c. --- diff --git a/src/Makefile.am b/src/Makefile.am index 8d5414544d..e94f977186 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -405,6 +405,7 @@ LXC_CONTROLLER_SOURCES = \ lxc/lxc_controller.c SECURITY_DRIVER_APPARMOR_HELPER_SOURCES = \ + $(DATATYPES_SOURCES) \ security/virt-aa-helper.c PHYP_DRIVER_SOURCES = \