1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

build: properly track source file for lmvlockctl

Ensure the source file is tracked by various cleanup functions.
This commit is contained in:
Zdenek Kabelac 2018-05-12 01:19:07 +02:00
parent cbe81a0b05
commit 7616a7f46e

View File

@ -27,6 +27,8 @@ ifeq ("@BUILD_LOCKDDLM@", "yes")
LOCK_LIBS += -ldlm_lt
endif
SOURCES2 = lvmlockctl.c
TARGETS = lvmlockd lvmlockctl
.PHONY: install_lvmlockd