/[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.20 - (hide annotations)
Wed Nov 5 12:44:17 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.19: +3 -2 lines
Use PKG_CONFIG with autoconf/automake

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

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