source: ogServer-Git/Makefile.am @ cf7bbda

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

#971 move ogAdmLib to ogAdmServer

Move remaining ogAdmLib code to ogAdmServer

  • Property mode set to 100644
File size: 260 bytes
RevLine 
[6a0fcf9]1sbin_PROGRAMS = ogAdmServer
2
[cf7bbda]3AM_CFLAGS  =  ${LIBDBI_CFLAGS} ${LIBJANSSON_CFLAGS} ${LIBEVENT_CFLAGS} -g -Wall
[6a0fcf9]4
5ogAdmServer_SOURCES= sources/ogAdmServer.c      \
[83b242c]6                     sources/dbi.c              \
[f4e7832]7                     sources/schedule.c         \
[cf7bbda]8                     sources/utils.c            \
9                     sources/ogAdmLib.c
Note: See TracBrowser for help on using the repository browser.