source: ogServer-Git/Makefile.am @ f4e7832

Last change on this file since f4e7832 was f4e7832, checked in by OpenGnSys Support Team <soporte-og@…>, 4 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.