From 866b6c5e3766f65719f730ac4dac11b221a6692a Mon Sep 17 00:00:00 2001 From: Roberto Hueso Gómez Date: Thu, 25 Jun 2020 10:46:46 +0200 Subject: #988 add json configuration file New configuration file at /opt/opengnsys/cfg/ogserver.json --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 24c0473..b54bb43 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ sbin_PROGRAMS = ogserver AM_CFLAGS = ${LIBDBI_CFLAGS} ${LIBJANSSON_CFLAGS} ${LIBEVENT_CFLAGS} -g -Wall ogserver_SOURCES= sources/ogAdmServer.c \ + sources/cfg.c \ sources/core.c \ sources/dbi.c \ sources/main.c \ -- cgit v1.2.3-18-g5258