aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-03-01 16:27:19 -0500
committerBrian Cully <bjc@kublai.com>2008-03-01 16:27:19 -0500
commita352e4e28678fd2029e0bf3b06e1b872377ccbc0 (patch)
tree79ff95e3d71c4f1d199fb722fe33235121ef0cc5 /src/Makefile
parent172b5f0aef9e49e3c4af4f6c8a4077aef833b7f3 (diff)
downloadmysqlerl-a352e4e28678fd2029e0bf3b06e1b872377ccbc0.tar.gz
mysqlerl-a352e4e28678fd2029e0bf3b06e1b872377ccbc0.zip
Add include path for erlang interface.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index aaa5e44..c4ce77b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,4 +1,6 @@
-CFLAGS = -I/usr/local/mysql/include -O2 -g -Wall -Werror
+CFLAGS = -I/usr/local/mysql/include \
+ -I$(HOME)/lib/erlang/lib/erl_interface-3.5.5.3/include \
+ -O2 -g -Wall -Werror
LDFLAGS = -L/usr/local/mysql/lib
EFLAGS = -W +debug_info