]> sourceware.org Git - lvm2.git/commitdiff
build: properly track source file for lmvlockctl
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 11 May 2018 23:19:07 +0000 (01:19 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Sat, 12 May 2018 16:05:50 +0000 (18:05 +0200)
Ensure the source file is tracked by various cleanup functions.

daemons/lvmlockd/Makefile.in

index 8f16d0652921bb242535ce673cf0e4f4960de1e0..63944cb6fb0ef00ce9543af910098a933d320887 100644 (file)
@@ -27,6 +27,8 @@ ifeq ("@BUILD_LOCKDDLM@", "yes")
   LOCK_LIBS += -ldlm_lt
 endif
 
+SOURCES2 = lvmlockctl.c
+
 TARGETS = lvmlockd lvmlockctl
 
 .PHONY: install_lvmlockd
This page took 0.042466 seconds and 5 git commands to generate.