diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-07-06 11:12:43 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-07-06 11:14:43 +0200 |
commit | 96b02b5424db61c32386c48fe05ec3375d8a84f5 (patch) | |
tree | e65fbc4e81effc9b245982c7de81d0ad0157cc96 /Makefile.am | |
parent | 06af0c26f4c46088d8a6f97877f865527bcbc409 (diff) |
#971 split wake on lan code
Add wol.c and wol.h that implements WakeOnLan.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 37b871e..5a38431 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,4 +12,5 @@ ogserver_SOURCES= src/ogAdmServer.c \ src/rest.c \ src/client.c \ src/json.c \ - src/ogAdmLib.c + src/ogAdmLib.c \ + src/wol.c |