diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-06-25 10:46:46 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-06-26 14:55:23 +0200 |
commit | 866b6c5e3766f65719f730ac4dac11b221a6692a (patch) | |
tree | 156e77509f6edaf2178e31e01987f367cc6d9c7f /Makefile.am | |
parent | c0f5d2c2068968822c2d1d397bf84447ae2e5642 (diff) |
#988 add json configuration file
New configuration file at /opt/opengnsys/cfg/ogserver.json
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |