move initHooks to libCom

This commit is contained in:
Michael Davidsaver
2018-06-27 18:00:14 -07:00
parent d77a96d23d
commit dc310a4238
4 changed files with 3 additions and 3 deletions
-2
View File
@@ -35,7 +35,6 @@ INC += dbTest.h
INC += dbCaTest.h
INC += db_test.h
INC += db_field_log.h
INC += initHooks.h
INC += recGbl.h
INC += dbIocRegister.h
INC += chfPlugin.h
@@ -86,7 +85,6 @@ dbCore_SRCS += recGbl.c
dbCore_SRCS += callback.c
dbCore_SRCS += dbCa.c
dbCore_SRCS += dbCaTest.c
dbCore_SRCS += initHooks.c
dbCore_SRCS += cvtBpt.c
dbCore_SRCS += dbContext.cpp
dbCore_SRCS += dbChannelIO.cpp
+2
View File
@@ -9,8 +9,10 @@
SRC_DIRS += $(LIBCOM)/iocsh
INC += iocsh.h
INC += initHooks.h
INC += registry.h
INC += libComRegister.h
Com_SRCS += iocsh.cpp
Com_SRCS += initHooks.c
Com_SRCS += registry.c
Com_SRCS += libComRegister.c
@@ -16,12 +16,12 @@
#include <stddef.h>
#include <stdio.h>
#define epicsExportSharedSymbols
#include "dbDefs.h"
#include "ellLib.h"
#include "epicsMutex.h"
#include "epicsThread.h"
#define epicsExportSharedSymbols
#include "initHooks.h"
typedef struct initHookLink {