/[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.81 by sysadm, Fri Nov 14 06:38:29 2025 UTC Revision 1.82 by sysadm, Mon Nov 17 06:57:54 2025 UTC
# Line 27  lib_LTLIBRARIES = libbbs.la Line 27  lib_LTLIBRARIES = libbbs.la
27    
28  libbbs_la_SOURCES = bbs_net.c  libbbs_la_SOURCES = bbs_net.c
29    
30  AM_CFLAGS = -I${srcdir}/../include ${LIBSSH_CFLAGS} ${MYSQLCLIENT_CFLAGS} ${SYSTEMD_CFLAGS} ${LIBPCRE2_CFLAGS} \  AM_CFLAGS = -I${srcdir}/../include ${LIBSSH_CFLAGS} ${MYSQLCLIENT_CFLAGS} ${SYSTEMD_CFLAGS} ${LIBPCRE2_CFLAGS} ${LIBICONV_CFLAGS} \
31                          -std=c17 -Wall -Werror -Wno-unused-parameter -Wformat -Wpedantic -Wformat-security -Wconversion \                          -std=c17 -Wall -Werror -Wno-unused-parameter -Wformat -Wpedantic -Wformat-security -Wconversion \
32                          -Wdeprecated -finline-functions                          -Wdeprecated -finline-functions
33  LIBS = ${LIBSSH_LIBS} ${MYSQLCLIENT_LIBS} ${SYSTEMD_LIBS} ${LIBPCRE2_LIBS} -ldl  LIBS = ${LIBSSH_LIBS} ${MYSQLCLIENT_LIBS} ${SYSTEMD_LIBS} ${LIBPCRE2_LIBS} ${LIBICONV_LIBS} -ldl
34    
35  libdir = ${prefix}/lib  libdir = ${prefix}/lib
36    


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

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