From 48de51537ec18606f8adc52e9c43d222a330cf58 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Wed, 24 Jun 2020 14:37:19 +0200 Subject: #971 split socket core logic and main files Extract socket core and main from ogAdmServer file. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4f19eff..24c0473 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,9 @@ sbin_PROGRAMS = ogserver AM_CFLAGS = ${LIBDBI_CFLAGS} ${LIBJANSSON_CFLAGS} ${LIBEVENT_CFLAGS} -g -Wall ogserver_SOURCES= sources/ogAdmServer.c \ + sources/core.c \ sources/dbi.c \ + sources/main.c \ sources/schedule.c \ sources/utils.c \ sources/rest.c \ -- cgit v1.2.3-18-g5258