Parent Directory
|
Revision Log
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 |