From 02d30dedbc8095ffa21f8f65801e10c24c65bf93 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 26 Sep 2018 16:10:30 +0200 Subject: [PATCH] install server.h for misc module --- modules/database/src/ioc/rsrv/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/database/src/ioc/rsrv/Makefile b/modules/database/src/ioc/rsrv/Makefile index 8ad7d01c4..779c20556 100644 --- a/modules/database/src/ioc/rsrv/Makefile +++ b/modules/database/src/ioc/rsrv/Makefile @@ -16,6 +16,7 @@ caserverio_INCLUDES = -I$(SRC)/ca/client camessage_INCLUDES = -I$(SRC)/ca/client INC += rsrv.h +INC += server.h DBD += rsrv.dbd