added speedy to include path (root Makefile)

This commit is contained in:
Marko Budiselic 2016-05-08 12:27:07 +02:00
parent 03a5c26b86
commit 9fe6467020

View File

@ -3,7 +3,7 @@ CFLAGS=-std=c++1y -DNDEBUG -O2 -Wall -Wno-unknown-pragmas
CFLAGS_DEBUG=-std=c++1y -Wall -Wno-unknown-pragmas -g
LDFLAGS=-luv -lhttp_parser src/speedy/r3/.libs/libr3.a -L/usr/local/lib -lpcre -pthread
INC=-I./src/ -I./src/speedy/rapidjson/include/
INC=-I./src/ -I./src/speedy/ -I./src/speedy/rapidjson/include/
SOURCES=src/memgraph.cpp
EXECUTABLE=build/memgraph