/[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.67 by sysadm, Wed Oct 15 00:42:45 2025 UTC Revision 1.68 by sysadm, Sat Oct 18 12:06:10 2025 UTC
# Line 23  lib_LTLIBRARIES = libbbs.la Line 23  lib_LTLIBRARIES = libbbs.la
23    
24  libbbs_la_SOURCES = bbs_net.c  libbbs_la_SOURCES = bbs_net.c
25    
26  AM_CFLAGS = -I${srcdir}/../include -std=c17 -Wall -Werror -Wno-unused-parameter -Wformat -Wformat-security -Wconversion -Wdeprecated -finline-functions  AM_CFLAGS = -I${srcdir}/../include -std=c17 -Wall -Werror -Wno-unused-parameter -Wformat -Wpedantic -Wformat-security -Wconversion \
27                            -Wdeprecated -finline-functions
28  LIBS = -L/usr/lib64/mysql/ -lmysqlclient -lsystemd -lssh -lz -ldl  LIBS = -L/usr/lib64/mysql/ -lmysqlclient -lsystemd -lssh -lz -ldl
29    
30  libdir = ${prefix}/lib  libdir = ${prefix}/lib


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

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