| 36 |
test_hash_dict_SOURCES = hash_dict.c log.c memory_pool.c test_hash_dict.c |
test_hash_dict_SOURCES = hash_dict.c log.c memory_pool.c test_hash_dict.c |
| 37 |
|
|
| 38 |
AM_CFLAGS = -I${srcdir}/../include -I${srcdir}/../utils/game ${LIBSSH_CFLAGS} ${MYSQLCLIENT_CFLAGS} ${SYSTEMD_CFLAGS} ${LIBPCRE2_CFLAGS} ${ICONV_CFLAGS} \ |
AM_CFLAGS = -I${srcdir}/../include -I${srcdir}/../utils/game ${LIBSSH_CFLAGS} ${MYSQLCLIENT_CFLAGS} ${SYSTEMD_CFLAGS} ${LIBPCRE2_CFLAGS} ${ICONV_CFLAGS} \ |
| 39 |
-std=c17 -Wall -Werror -Wno-unused-parameter -Wformat -Wpedantic -Wformat-security -Wconversion \ |
-std=c17 -Wall -Werror -Wformat -Wpedantic -Wformat-security -Wconversion \ |
| 40 |
-Wdeprecated -finline-functions |
-Wdeprecated -finline-functions |
| 41 |
LIBS = ${LIBSSH_LIBS} ${MYSQLCLIENT_LIBS} ${SYSTEMD_LIBS} ${LIBPCRE2_LIBS} ${ICONV_LIBS} -ldl |
LIBS = ${LIBSSH_LIBS} ${MYSQLCLIENT_LIBS} ${SYSTEMD_LIBS} ${LIBPCRE2_LIBS} ${ICONV_LIBS} -ldl |
| 42 |
|
|