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.
This commit is contained in:
Eric Blake 2012-08-14 11:44:40 -06:00
parent a40f9e9a59
commit 37f3cd416c

View File

@ -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 = \