From 128b730c71416d013902335e5c09dea80ed18b4a Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Fri, 17 Dec 2010 13:33:35 -0500 Subject: [PATCH] libasIoc no longer includes asHost --- configure/CONFIG_BASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/CONFIG_BASE b/configure/CONFIG_BASE index dd559536d..8817cc052 100644 --- a/configure/CONFIG_BASE +++ b/configure/CONFIG_BASE @@ -22,7 +22,7 @@ endif # Epics base Ioc libraries EPICS_BASE_IOC_LIBS += recIoc softDevIoc -EPICS_BASE_IOC_LIBS += miscIoc rsrvIoc dbtoolsIoc asIoc +EPICS_BASE_IOC_LIBS += miscIoc rsrvIoc dbtoolsIoc asIoc asHost EPICS_BASE_IOC_LIBS += dbIoc registryIoc dbStaticIoc ca Com #---------------------------------------------------------------