source: ogServer-Git/Makefile.am @ 83937b8

Last change on this file since 83937b8 was 04ca20e, checked in by OpenGnSys Support Team <soporte-og@…>, 4 years ago

#971 split into smaller file

Split ogAdmServer into several files:

  • sources/rest.c that implements the server REST API.
  • sources/client.c that implements the client REST API.
  • sources/json.c that provides a few JSON helpers.
  • Property mode set to 100644
File size: 337 bytes
Line 
1sbin_PROGRAMS = ogAdmServer
2
3AM_CFLAGS  =  ${LIBDBI_CFLAGS} ${LIBJANSSON_CFLAGS} ${LIBEVENT_CFLAGS} -g -Wall
4
5ogAdmServer_SOURCES= sources/ogAdmServer.c      \
6                     sources/dbi.c              \
7                     sources/schedule.c         \
8                     sources/utils.c            \
9                     sources/rest.c             \
10                     sources/client.c           \
11                     sources/json.c             \
12                     sources/ogAdmLib.c
Note: See TracBrowser for help on using the repository browser.