diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 962d320..3ecc803 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,4 +6,7 @@ ogAdmServer_SOURCES= sources/ogAdmServer.c \ sources/dbi.c \ sources/schedule.c \ sources/utils.c \ + sources/rest.c \ + sources/client.c \ + sources/json.c \ sources/ogAdmLib.c |