summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2020-06-24 14:37:19 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2020-06-24 14:43:10 +0200
commit48de51537ec18606f8adc52e9c43d222a330cf58 (patch)
tree36d833f0c004d52ba4145a2f6947d6a83deca6a9 /Makefile.am
parentc46fa3c9e560ccf4adc35319559d778482b8aac6 (diff)
#971 split socket core logic and main files
Extract socket core and main from ogAdmServer file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \