From 04ca20e9f1999d2c780043152cf233bcb1836d18 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Thu, 18 Jun 2020 18:15:25 +0200 Subject: #971 split into smaller file Split ogAdmServer into several files: * sources/rest.c that implements the server REST API. * sources/client.c that implements the client REST API. * sources/json.c that provides a few JSON helpers. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 962d320..3ecc803 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,4 +6,7 @@ ogAdmServer_SOURCES= sources/ogAdmServer.c \ sources/dbi.c \ sources/schedule.c \ sources/utils.c \ + sources/rest.c \ + sources/client.c \ + sources/json.c \ sources/ogAdmLib.c -- cgit v1.2.3-18-g5258