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

Contents of /lbbs/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.36 - (show annotations)
Wed May 14 04:33:35 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Changes since 1.35: +4 -1 lines
Refine

1 bin_PROGRAMS = bbsd
2 test_PROGRAMS = test_trie_dict
3 EXTRA_PROGRAMS =
4
5 testdir = ./
6
7 bbsd_SOURCES = bbs.c bbs_cmd.c bbs_main.c common.c database.c fork.c init.c \
8 io.c log.c login.c menu.c main.c menu_proc.c net_server.c \
9 register.c screen.c str_process.c trie_dict.c user_priv.c
10
11 bbsd_LDFLAGS=-export-dynamic
12
13 test_trie_dict_SOURCES = trie_dict.c test_trie_dict.c
14
15 lib_LTLIBRARIES = libbbs.la
16
17 libbbs_la_SOURCES = bbs_net.c
18
19 AM_CFLAGS = -Wall -Werror -Wno-unused-parameter -Wformat -Wconversion -Wdeprecated -finline-functions
20 AM_CPPFLAGS = -I../include -I/usr/include/mysql
21 LIBS = -L/usr/lib/mysql -L/usr/lib64/mysql -lmysqlclient -lz -ldl -lsystemd
22
23 libdir = ${prefix}/lib
24
25 CLEANFILES = @EXTRA_CLEAN@

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