From 6bbbcf42f87716d9b34aebf0b92b28adf19a341e Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Mon, 26 Mar 2012 23:09:37 +0000 Subject: Rename verity dir --- Makefile.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 5e0b348d8..26b1f9072 100644 --- a/Makefile.in +++ b/Makefile.in @@ -36,12 +36,16 @@ 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 + unit-tests/datastruct unit-tests/mm unit-tests/regex verity endif DISTCLEAN_DIRS += lcov_reports* DISTCLEAN_TARGETS += config.cache config.log config.status make.tmpl @@ -53,6 +57,7 @@ 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 -- cgit v1.2.1