From cbea1a31fb9844f37a8bbedfe0436e7a1c368ea9 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 3 Aug 2011 10:35:20 +0200 Subject: [PATCH] added missing endif in Makefile --- src/libimcv/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libimcv/Makefile.am b/src/libimcv/Makefile.am index c6a273f5d..3b4629e9e 100644 --- a/src/libimcv/Makefile.am +++ b/src/libimcv/Makefile.am @@ -33,6 +33,7 @@ endif if USE_IMV_SCANNER SUBDIRS += plugins/imv_scanner +endif if USE_IMC_ATTESTATION SUBDIRS += plugins/imc_attestation