source: ogServer-Git/Makefile.am @ 0b9465f

Last change on this file since 0b9465f 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
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/ogAdmLib.c
Note: See TracBrowser for help on using the repository browser.