| 17 |
bbsd_SOURCES = ${bbsd_src_files} |
bbsd_SOURCES = ${bbsd_src_files} |
| 18 |
else |
else |
| 19 |
bbsd_SOURCES = ${bbsd_src_files} |
bbsd_SOURCES = ${bbsd_src_files} |
| 20 |
bbsd_LDADD = libbbs.la ${srcdir}/../utils/game/libgame.la |
bbsd_LDADD = libbbs.la ../utils/game/libgame.la |
| 21 |
endif |
endif |
| 22 |
|
|
| 23 |
bbsd_LDFLAGS=-export-dynamic |
bbsd_LDFLAGS=-export-dynamic |
| 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 |
|
|