From: Jiri Denemark Date: Wed, 1 Aug 2012 07:59:43 +0000 (+0200) Subject: build: Link security driver into daemon X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ec5b7bd2ecbf40ceff5b2d4fc00d5cfdfba966a4;p=libvirt.git build: Link security driver into daemon Commit aae5cfb69948fddef556f8f5b9f80a444f9c6125 removed security driver from libvirt_la but forgot to link it into libvirtd in case libvirt is built without modules. --- diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 928aeaf47b..b8ecbef870 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -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