Implemented HCD IMC and IMV

This commit is contained in:
Andreas Steffen
2015-08-18 21:25:38 +02:00
parent 92a9c99c38
commit b48ffcb1b3
12 changed files with 1956 additions and 1 deletions
+8
View File
@@ -175,6 +175,14 @@ if USE_IMV_SWID
SUBDIRS += plugins/imv_swid
endif
if USE_IMC_HCD
SUBDIRS += plugins/imc_hcd
endif
if USE_IMV_HCD
SUBDIRS += plugins/imv_hcd
endif
TESTS = imcv_tests
check_PROGRAMS = $(TESTS)