]> xenbits.xensource.com Git - libvirt.git/commitdiff
build: fix link error with appArmor
authorEric Blake <eblake@redhat.com>
Tue, 14 Aug 2012 17:44:40 +0000 (11:44 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 14 Aug 2012 17:44:40 +0000 (11:44 -0600)
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.

src/Makefile.am

index 8d5414544d73a97726821ecc5e13ec46d4cad4fb..e94f9771862f8512dacc2b2a77a7bf87b0aa7d5c 100644 (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 =                                          \