libvirt/src/locking
Daniel P. Berrangé b36b20a1b3 build: fix use of $(AUG_GENTEST) as a dependency
The use of $(AUG_GENTEST) as a dependency in the makefiles is
a problem because this was assumed to be the filename of the
script, but is in fact a full shell command line.

Split it into two variables, so it can be correctly used for
dependencies.

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2019-10-18 13:54:03 +01:00
..
domain_lock.c Use G_N_ELEMENTS instead of ARRAY_CARDINALITY 2019-10-15 16:14:19 +02:00
domain_lock.h src/locking: use #pragma once in headers 2019-06-19 17:12:30 +02:00
libvirt_lockd.aug
libvirt_sanlock.aug
lock_daemon_config.c Use g_autoptr instead of VIR_AUTOPTR 2019-10-16 12:06:43 +02:00
lock_daemon_config.h src/locking: use #pragma once in headers 2019-06-19 17:12:30 +02:00
lock_daemon_dispatch.c locking: use G_GNUC_UNUSED 2019-10-15 11:25:23 +02:00
lock_daemon_dispatch.h src/locking: use #pragma once in headers 2019-06-19 17:12:30 +02:00
lock_daemon.c Use g_autoptr instead of VIR_AUTOPTR 2019-10-16 12:06:43 +02:00
lock_daemon.h src/locking: use #pragma once in headers 2019-06-19 17:12:30 +02:00
lock_driver_lockd.c Use g_steal_pointer instead of VIR_STEAL_PTR everywhere 2019-10-16 15:59:42 +02:00
lock_driver_lockd.h src/locking: use #pragma once in headers 2019-06-19 17:12:30 +02:00
lock_driver_nop.c locking: use G_GNUC_UNUSED 2019-10-15 11:25:23 +02:00
lock_driver_nop.h src/locking: use #pragma once in headers 2019-06-19 17:12:30 +02:00
lock_driver_sanlock.c Use g_autoptr instead of VIR_AUTOPTR 2019-10-16 12:06:43 +02:00
lock_driver.h src/locking: use #pragma once in headers 2019-06-19 17:12:30 +02:00
lock_manager.c locking: use G_GNUC_UNUSED 2019-10-15 11:25:23 +02:00
lock_manager.h src/locking: use #pragma once in headers 2019-06-19 17:12:30 +02:00
lock_protocol.x
lockd.conf
Makefile.inc.am build: fix use of $(AUG_GENTEST) as a dependency 2019-10-18 13:54:03 +01:00
sanlock_helper.c Use G_N_ELEMENTS instead of ARRAY_CARDINALITY 2019-10-15 16:14:19 +02:00
sanlock.conf
test_libvirt_lockd.aug.in build: use @CONFIG@ instead of ::CONFIG:: in augeas tests 2019-08-09 14:06:31 +01:00
test_libvirt_sanlock.aug.in build: use @CONFIG@ instead of ::CONFIG:: in augeas tests 2019-08-09 14:06:31 +01:00
test_virtlockd.aug.in build: use @CONFIG@ instead of ::CONFIG:: in augeas tests 2019-08-09 14:06:31 +01:00
virtlockd-admin.socket.in systemd: honour $runstatedir in socket unit files 2019-08-27 10:23:05 +01:00
virtlockd.aug
virtlockd.conf log: update docs for daemons to improve user understanding 2018-05-11 17:11:46 +01:00
virtlockd.pod src: honour the RUNSTATEDIR variable in all code 2019-08-27 10:23:13 +01:00
virtlockd.service.in build: don't hardcode /etc in the config related files 2019-08-09 14:06:31 +01:00
virtlockd.socket.in systemd: honour $runstatedir in socket unit files 2019-08-27 10:23:05 +01:00
virtlockd.sysconf