moved imc_test/imv_test plugins to libimcv

This commit is contained in:
Andreas Steffen
2011-06-01 07:55:07 +02:00
parent c140757221
commit 3a47530e96
10 changed files with 10 additions and 8 deletions
-8
View File
@@ -371,14 +371,6 @@ if MONOLITHIC
endif
endif
if USE_IMC_TEST
SUBDIRS += plugins/imc_test
endif
if USE_IMV_TEST
SUBDIRS += plugins/imv_test
endif
if USE_MEDSRV
SUBDIRS += plugins/medsrv
if MONOLITHIC
+10
View File
@@ -11,3 +11,13 @@ libimcv_la_SOURCES = \
ita/ita_attr_command.h ita/ita_attr_command.c \
pa_tnc/pa_tnc_msg.h pa_tnc/pa_tnc_msg.c \
pa_tnc/pa_tnc_attr.h pa_tnc/pa_tnc_attr.c
SUBDIRS = .
if USE_IMC_TEST
SUBDIRS += plugins/imc_test
endif
if USE_IMV_TEST
SUBDIRS += plugins/imv_test
endif