source: ogServer-Git/Makefile.am

Last change on this file was 141b079, checked in by OpenGnSys Support Team <soporte-og@…>, 3 years ago

#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.

  • Property mode set to 100644
File size: 386 bytes
Line 
1sbin_PROGRAMS = ogserver
2
3AM_CFLAGS  =  ${LIBDBI_CFLAGS} ${LIBJANSSON_CFLAGS} ${LIBEVENT_CFLAGS} -g -Wall
4
5ogserver_SOURCES= src/ogAdmServer.c     \
6                  src/cfg.c             \
7                  src/core.c            \
8                  src/dbi.c             \
9                  src/main.c            \
10                  src/schedule.c        \
11                  src/schema.c          \
12                  src/utils.c           \
13                  src/rest.c            \
14                  src/client.c          \
15                  src/json.c            \
16                  src/ogAdmLib.c        \
17                  src/wol.c             \
18                  src/legacy.c
Note: See TracBrowser for help on using the repository browser.