/[LeafOK_CVS]/lbbs/utils/game/Makefile.am
ViewVC logotype

Annotation of /lbbs/utils/game/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.17 - (hide annotations)
Mon Sep 22 06:21:08 2025 UTC (5 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.16: +1 -1 lines
Upgrade C standard from c17 to c23

1 sysadm 1.16 lib_LTLIBRARIES = libgame.la
2    
3     libgame_la_SOURCES = money.h chicken.c money.c
4    
5 sysadm 1.17 AM_CFLAGS = -I${srcdir}/../../include -std=c23 -Wall -Werror -Wno-unused-parameter -Wformat -Wformat-security -Wconversion -Wdeprecated -finline-functions
6 sysadm 1.16 LIBS = -L/usr/lib64/mysql/ -lmysqlclient -lz
7    
8     libdir = ${prefix}/game/so

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