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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.24 - (show annotations)
Sat Nov 22 01:57:14 2025 UTC (3 months, 3 weeks ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.23: +1 -1 lines
Error occurred while calculating annotation data.
Remove switches no longer required

1 lib_LTLIBRARIES = libgame.la
2
3 libgame_la_SOURCES = money.h chicken.h chicken.c money.c
4
5 AM_CFLAGS = -I${srcdir}/../../include ${MYSQLCLIENT_CFLAGS} ${ICONV_CFLAGS} \
6 -std=c17 -Wall -Werror -Wformat -Wpedantic -Wformat-security -Wconversion \
7 -Wdeprecated -finline-functions
8 LIBS = ${MYSQLCLIENT_LIBS} ${ICONV_LIBS}
9
10 libdir = ${prefix}/game/so

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