/[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.2 - (show annotations)
Fri May 6 15:48:44 2005 UTC (20 years, 10 months ago) by sysadm
Branch: MAIN
Changes since 1.1: +5 -3 lines
*** empty log message ***

1 lib_LTLIBRARIES = libgame.la
2
3 libgame_la_SOURCES = bbs.o chicken.c money.c io.o screen.o \
4 bbs.h common.h io.h money.h
5
6 INCLUDES = -I$(top_builddir)/include -I/usr/local/mysql/include/mysql
7 LIBS = -L$(top_builddir)/lib -L/usr/local/mysql/lib/mysql -lmysqlclient -lz
8 AM_CFLAGS=-I$(top_builddir)/src
9
10 libdir=${prefix}/game/so
11
12 CLEANFILES=@EXTRA_CLEAN@

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