]> xenbits.xensource.com Git - libvirt.git/commitdiff
build: Link security driver into daemon
authorJiri Denemark <jdenemar@redhat.com>
Wed, 1 Aug 2012 07:59:43 +0000 (09:59 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 1 Aug 2012 11:08:51 +0000 (13:08 +0200)
Commit aae5cfb69948fddef556f8f5b9f80a444f9c6125 removed security driver
from libvirt_la but forgot to link it into libvirtd in case libvirt is
built without modules.

daemon/Makefile.am

index 928aeaf47b88a1ac30172f27a6918e5305fb854f..b8ecbef870b7b5374407dba4b79076e4e19691cb 100644 (file)
@@ -164,6 +164,7 @@ endif
 if WITH_NWFILTER
     libvirtd_LDADD += ../src/libvirt_driver_nwfilter.la
 endif
+libvirtd_LDADD += ../src/libvirt_driver_security.la
 endif
 
 libvirtd_LDADD += ../src/libvirt.la