| 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 |