source: admin/Sources/Services/ogAdmServer/Makefile.am @ 4f6bad9

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

#971 add str_toupper()

Add new utils.c file and replace old StrToUpper?().

  • Property mode set to 100644
File size: 247 bytes
Line 
1sbin_PROGRAMS = ogAdmServer
2
3AM_CFLAGS  = -I../../Includes ${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
Note: See TracBrowser for help on using the repository browser.