From 9f0be6bfcc67a19c74339d3260953465aeba139e Mon Sep 17 00:00:00 2001 From: in2 Date: Sat, 21 Feb 2004 09:49:57 +0000 Subject: add -I/usr/local/include to pttbbs.mk git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1554 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') diff --git a/mbbsd/Makefile b/mbbsd/Makefile index 126a8317..7c3b6996 100644 --- a/mbbsd/Makefile +++ b/mbbsd/Makefile @@ -3,7 +3,7 @@ .include "../pttbbs.mk" .if defined(WITH_BLOG) -CFLAGS+= -I/usr/local/include -DBLOG +CFLAGS+= -DBLOG LDFLAGS+= -L/usr/local/lib/mysql -lmysqlclient .endif -- cgit v1.2.3