mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
build: Install both qemu-lockd.conf and qemu-sanlock.conf
With sanlock enabled, only one of those files was installed.
This commit is contained in:
parent
c0a8056ee2
commit
2e59e1207a
@ -28,6 +28,7 @@ BUILT_SOURCES =
|
||||
CLEANFILES =
|
||||
DISTCLEANFILES =
|
||||
MAINTAINERCLEANFILES =
|
||||
nodist_conf_DATA =
|
||||
|
||||
THREAD_LIBS = $(LIB_PTHREAD) $(LTLIBMULTITHREAD)
|
||||
|
||||
@ -1581,7 +1582,7 @@ if WITH_DTRACE_PROBES
|
||||
lockd_la_LIBADD += libvirt_probes.lo
|
||||
endif
|
||||
if WITH_QEMU
|
||||
nodist_conf_DATA = locking/qemu-lockd.conf
|
||||
nodist_conf_DATA += locking/qemu-lockd.conf
|
||||
BUILT_SOURCES += locking/qemu-lockd.conf
|
||||
DISTCLEANFILES += locking/qemu-lockd.conf
|
||||
endif
|
||||
@ -1732,7 +1733,7 @@ locking/%-sanlock.conf: $(srcdir)/locking/sanlock.conf
|
||||
cp $< $@
|
||||
|
||||
if WITH_QEMU
|
||||
nodist_conf_DATA = locking/qemu-sanlock.conf
|
||||
nodist_conf_DATA += locking/qemu-sanlock.conf
|
||||
BUILT_SOURCES += locking/qemu-sanlock.conf
|
||||
DISTCLEANFILES += locking/qemu-sanlock.conf
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user