--- lbbs/src/Makefile.am 2025/05/14 05:01:05 1.37 +++ lbbs/src/Makefile.am 2025/06/02 15:01:55 1.45 @@ -1,13 +1,17 @@ bin_PROGRAMS = bbsd -EXTRA_PROGRAMS = test_trie_dict +EXTRA_PROGRAMS = test_trie_dict test_file_loader test_section_list test_lml -bbsd_SOURCES = bbs.c bbs_cmd.c bbs_main.c common.c database.c fork.c init.c \ - io.c log.c login.c menu.c main.c menu_proc.c net_server.c \ - register.c screen.c str_process.c trie_dict.c user_priv.c +bbsd_SOURCES = article_cache.c bbs.c bbs_cmd.c bbs_main.c common.c database.c file_loader.c fork.c \ + init.c io.c lml.c log.c login.c menu.c main.c menu_proc.c net_server.c \ + screen.c section_list.c section_list_display.c section_list_loader.c \ + str_process.c trie_dict.c user_priv.c bbsd_LDFLAGS=-export-dynamic -test_trie_dict_SOURCES = trie_dict.c test_trie_dict.c +test_trie_dict_SOURCES = log.c test_trie_dict.c trie_dict.c +test_file_loader_SOURCES = file_loader.c log.c str_process.c test_file_loader.c trie_dict.c +test_section_list_SOURCES = common.c log.c section_list.c test_section_list.c trie_dict.c +test_lml_SOURCES = lml.c log.c test_lml.c lib_LTLIBRARIES = libbbs.la