forked from pool/libvirt
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=171
16 lines
419 B
Diff
16 lines
419 B
Diff
Index: libvirt-0.9.7/daemon/Makefile.am
|
|
===================================================================
|
|
--- libvirt-0.9.7.orig/daemon/Makefile.am
|
|
+++ libvirt-0.9.7/daemon/Makefile.am
|
|
@@ -156,6 +156,10 @@ endif
|
|
if WITH_NWFILTER
|
|
libvirtd_LDADD += ../src/libvirt_driver_nwfilter.la
|
|
endif
|
|
+
|
|
+if HAVE_POLKIT0
|
|
+libvirtd_LDADD += ../src/libvirt_driver_remote.la
|
|
+endif
|
|
endif
|
|
|
|
libvirtd_LDADD += ../src/libvirt.la
|