summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2012-06-11 16:12:20 +0100
committerAlasdair G Kergon <agk@redhat.com>2012-06-11 16:12:20 +0100
commit05fb5158635ef47f5c9083f2f4cc1871d0de1d0a (patch)
tree14cef27c14303e9e25342632404b75c1034ec254 /Makefile.in
parentd41ad502b8138a4cb7f9c1a3bfd9f85bd5b337e8 (diff)
downloadlvm2-05fb5158635ef47f5c9083f2f4cc1871d0de1d0a.tar.gz
lvm2-05fb5158635ef47f5c9083f2f4cc1871d0de1d0a.tar.xz
lvm2-05fb5158635ef47f5c9083f2f4cc1871d0de1d0a.zip
veritysetup: Remove code as now in cryptsetup.
The veritysetup code has moved to the cryptsetup package. http://code.google.com/p/cryptsetup/
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 1 insertions, 10 deletions
diff --git a/Makefile.in b/Makefile.in
index 6d9583b8..5e0b348d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -36,16 +36,12 @@ ifeq ("@BUILD_LVMETAD@", "yes")
SUBDIRS += libdaemon
endif
-ifeq ("@VERITYSETUP@", "yes")
- SUBDIRS += verity
-endif
-
# FIXME Should use intermediate Makefiles here!
ifeq ($(MAKECMDGOALS),distclean)
SUBDIRS = doc include man scripts \
libdaemon lib tools daemons libdm \
udev po liblvm test \
- unit-tests/datastruct unit-tests/mm unit-tests/regex verity
+ unit-tests/datastruct unit-tests/mm unit-tests/regex
endif
DISTCLEAN_DIRS += lcov_reports*
DISTCLEAN_TARGETS += config.cache config.log config.status make.tmpl
@@ -57,7 +53,6 @@ lib: libdm libdaemon
liblvm: lib
daemons: lib libdaemon tools
tools: lib libdaemon device-mapper
-verity: libdm
po: tools daemons
lib.device-mapper: include.device-mapper
@@ -109,10 +104,6 @@ install_systemd_units:
install_tmpfiles_configuration:
$(MAKE) -C scripts install_tmpfiles_configuration
-install_verity:
- $(MAKE) -C verity install_verity
- $(MAKE) -C man install_verity
-
LCOV_TRACES = libdm.info lib.info tools.info \
daemons/dmeventd.info daemons/clvmd.info
CLEAN_TARGETS += $(LCOV_TRACES)