diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 944ebbb..159f85c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,13 +7,12 @@ ogserver_SOURCES= src/ogAdmServer.c \ src/core.c \ src/dbi.c \ src/main.c \ - src/schedule.c \ src/schema.c \ src/utils.c \ src/repo.c \ src/rest.c \ + src/scope.c \ src/client.c \ src/json.c \ src/ogAdmLib.c \ - src/wol.c \ - src/legacy.c + src/wol.c |