From 141b0797e17f616d633704a4b011fde515496ab3 Mon Sep 17 00:00:00 2001 From: "Jose M. Guisado" Date: Wed, 9 Jun 2021 11:25:29 +0000 Subject: #915 Add schedule/command Enables ogserver to schedule commands (also referred as actions in legacy web console jargon). This feature enables ogserver to write in the "acciones" table in order to have full capabilities for command scheduling purposes, thus not depending in the legacy web console to insert into "acciones" table. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bf93816..2dc6fbb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,4 +14,5 @@ ogserver_SOURCES= src/ogAdmServer.c \ src/client.c \ src/json.c \ src/ogAdmLib.c \ - src/wol.c + src/wol.c \ + src/legacy.c -- cgit v1.2.3-18-g5258