--- lbbs/src/Makefile.am 2025/05/14 04:21:16 1.35 +++ lbbs/src/Makefile.am 2025/05/14 04:33:35 1.36 @@ -1,6 +1,9 @@ -bin_PROGRAMS = bbsd test_trie_dict +bin_PROGRAMS = bbsd +test_PROGRAMS = test_trie_dict EXTRA_PROGRAMS = +testdir = ./ + 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