diff options
author | Marian Csontos <mcsontos@redhat.com> | 2016-02-23 18:34:46 +0100 |
---|---|---|
committer | Marian Csontos <mcsontos@redhat.com> | 2016-02-23 18:34:46 +0100 |
commit | 42da7a6c38ece2a9dca6492af1ba66ebaa9b6231 (patch) | |
tree | d2d765ec5a14eb678812ccc845fa50e572014fc6 | |
parent | f54253d396d2f97d6f6a60185616523797364182 (diff) | |
download | lvm2-42da7a6c38ece2a9dca6492af1ba66ebaa9b6231.tar.gz |
make: Add check_lvmlockd_* targets to top-level
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 1a63f9d90..7557f62d8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -95,7 +95,7 @@ endif DISTCLEAN_TARGETS += cscope.out CLEAN_DIRS += autom4te.cache -check check_system check_cluster check_local check_lvmetad check_lvmpolld unit: all +check check_system check_cluster check_local check_lvmetad check_lvmpolld check_lvmlockd_test check_lvmlockd_dlm check_lvmlockd_sanlock unit: all $(MAKE) -C test $(@) conf.generate: tools |