/[LeafOK_CVS]/lbbs/src/Makefile.am
ViewVC logotype

Diff of /lbbs/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.86 by sysadm, Fri Nov 21 07:36:41 2025 UTC Revision 1.89 by sysadm, Sat Nov 22 01:57:14 2025 UTC
# Line 13  bbsd_src_files = ${srcdir}/../include/*. Line 13  bbsd_src_files = ${srcdir}/../include/*.
13                             menu_proc.c net_server.c screen.c section_list.c section_list_display.c section_list_loader.c str_process.c \                             menu_proc.c net_server.c screen.c section_list.c section_list_display.c section_list_loader.c str_process.c \
14                             trie_dict.c user_list.c user_info_display.c user_info_update.c user_list_display.c user_priv.c user_stat.c                             trie_dict.c user_list.c user_info_display.c user_info_update.c user_list_display.c user_priv.c user_stat.c
15    
16  if LINK_USE_SO  if USE_SO
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
# Line 36  test_bwf_SOURCES = bwf.c log.c test_bwf. Line 36  test_bwf_SOURCES = bwf.c log.c test_bwf.
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    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1