diff --git a/src/db/Makefile b/src/db/Makefile index 0ebdffdb6..7b8f82811 100644 --- a/src/db/Makefile +++ b/src/db/Makefile @@ -33,6 +33,8 @@ INC += dbIocRegister.h # The following go away what old database access goes away INC += db_access_routines.h INC += db_convert.h +# The following is used by iocmon +INC += dbCaPvt.h DBDINC += menuAlarmSevr DBDINC += menuAlarmStat diff --git a/src/rsrv/Makefile b/src/rsrv/Makefile index e420ba848..547954053 100644 --- a/src/rsrv/Makefile +++ b/src/rsrv/Makefile @@ -14,6 +14,8 @@ USR_INCLUDES = -I../../ca INC += rsrv.h INC += rsrvIocRegister.h +# The following is used by iocmon +INC += server.h LIB_SRCS += caserverio.c LIB_SRCS += caservertask.c