summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-02-21 17:49:57 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-02-21 17:49:57 +0800
commit9f0be6bfcc67a19c74339d3260953465aeba139e (patch)
tree52a14e0e76aa211cf07a23ed77b74da7c3a03439 /mbbsd
parentfd51845386c6fd2d5459e9ae96a8cad0d3985a5f (diff)
downloadpttbbs-9f0be6bfcc67a19c74339d3260953465aeba139e.tar
pttbbs-9f0be6bfcc67a19c74339d3260953465aeba139e.tar.gz
pttbbs-9f0be6bfcc67a19c74339d3260953465aeba139e.tar.bz2
pttbbs-9f0be6bfcc67a19c74339d3260953465aeba139e.tar.lz
pttbbs-9f0be6bfcc67a19c74339d3260953465aeba139e.tar.xz
pttbbs-9f0be6bfcc67a19c74339d3260953465aeba139e.tar.zst
pttbbs-9f0be6bfcc67a19c74339d3260953465aeba139e.zip
add -I/usr/local/include to pttbbs.mk
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1554 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/Makefile2
1 files changed, 1 insertions, 1 deletions
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