diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-06-08 18:26:24 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-06-08 18:31:48 +0200 |
commit | f4e7832656a2b27d6ae735593714aaf8ff7b6a84 (patch) | |
tree | f578bc6a77911ebd5cf02a366bd2b9447811f3f7 /Makefile.am | |
parent | d8f2e6ba207a809799ae3e1ae4eac64f806b9c18 (diff) |
#971 add str_toupper()
Add new utils.c file and replace old StrToUpper().
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |