diff options
Diffstat (limited to 'mbbsd/Makefile')
-rw-r--r-- | mbbsd/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mbbsd/Makefile b/mbbsd/Makefile index a8ebd584..7d16b04f 100644 --- a/mbbsd/Makefile +++ b/mbbsd/Makefile @@ -1,7 +1,12 @@ -# $Id: Makefile,v 1.27 2003/06/28 08:55:40 kcwu Exp $ +# $Id: Makefile,v 1.28 2003/07/06 03:41:08 in2 Exp $ .include "../pttbbs.mk" +.if defined(WITH_BLOG) +CFLAGS+= -I/usr/local/include -DBLOG +LDFLAGS+= -L/usr/local/lib/mysql -lmysqlclient +.endif + PROG= mbbsd OBJS= admin.o announce.o args.o bbs.o board.o cache.o cal.o card.o\ chat.o chc_draw.o chc_net.o chc_play.o chc_rule.o chicken.o dark.o\ |