summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2016-05-31 09:14:23 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2016-05-31 09:14:23 +0200
commitcfe7d2368cfaf9744e4fc82d781b3815b5c57155 (patch)
treef1cd0b550437147e5be71cb155f9c237630a458c /test/Makefile.in
parent4fb224a5532defa08d48b28add98606803035b9d (diff)
downloadlvm2-cfe7d2368cfaf9744e4fc82d781b3815b5c57155.tar.gz
tests: add dmstats to CLEAN_TARGETS for make clean
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 0903b90a4..59fcc96c9 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -332,7 +332,7 @@ CLEAN_TARGETS += $(RUN_BASE) $(addprefix lib/,$(LIB_LVMLOCKD_CONF))
endif
CLEAN_TARGETS += .lib-dir-stamp .tests-stamp $(LIB) $(addprefix lib/,\
- $(CMDS) clvmd dmeventd dmsetup lvmetad lvmpolld \
+ $(CMDS) clvmd dmeventd dmsetup dmstats lvmetad lvmpolld \
harness thin-performance.profile fsadm vgimportclone \
dm-version-expected version-expected \
paths-installed paths-installed-t paths-common paths-common-t)