]> git.ipfire.org Git - thirdparty/libvirt.git/commit
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)
commit37f3cd416c6150246cc55279ac78a548ff70d41f
tree8037bdd2a1357b8cbe842ef5d18a1c7bdc9c4846
parenta40f9e9a594b3f546ab88db3dd3930bc51350032
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.
src/Makefile.am