source: ogServer-Git/Makefile.am @ 5b1efd0

Last change on this file since 5b1efd0 was 96b02b5, checked in by OpenGnSys Support Team <soporte-og@…>, 4 years ago

#971 split wake on lan code

Add wol.c and wol.h that implements WakeOnLan?.

  • Property mode set to 100644
File size: 346 bytes
RevLine 
[333abbe]1sbin_PROGRAMS = ogserver
[6a0fcf9]2
[cf7bbda]3AM_CFLAGS  =  ${LIBDBI_CFLAGS} ${LIBJANSSON_CFLAGS} ${LIBEVENT_CFLAGS} -g -Wall
[6a0fcf9]4
[37e91b2]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/utils.c           \
12                  src/rest.c            \
13                  src/client.c          \
14                  src/json.c            \
[96b02b5]15                  src/ogAdmLib.c        \
16                  src/wol.c
Note: See TracBrowser for help on using the repository browser.