From f4e7832656a2b27d6ae735593714aaf8ff7b6a84 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Mon, 8 Jun 2020 18:26:24 +0200 Subject: #971 add str_toupper() Add new utils.c file and replace old StrToUpper(). --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 433cfd1..6904c09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,4 +4,5 @@ AM_CFLAGS = -I../../Includes ${LIBDBI_CFLAGS} ${LIBJANSSON_CFLAGS} ${LIBEVENT_C ogAdmServer_SOURCES= sources/ogAdmServer.c \ sources/dbi.c \ - sources/schedule.c + sources/schedule.c \ + sources/utils.c -- cgit v1.2.3-18-g5258