diff options
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 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 |