summaryrefslogtreecommitdiffstats
path: root/mbbsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/Makefile')
-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