summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJose M. Guisado <jguisado@soleta.eu>2021-06-09 11:25:29 +0000
committerOpenGnSys Support Team <soporte-og@soleta.eu>2021-06-09 13:41:28 +0200
commit141b0797e17f616d633704a4b011fde515496ab3 (patch)
tree48b875bd0d52009a4eb7a681065bda082c59409d /Makefile.am
parentcb7fa569b2f79e8c767b3969394839a96f241298 (diff)
#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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
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