From 9fe64670205e0a811c74b7816e4b33b6dac4ddaa Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Sun, 8 May 2016 12:27:07 +0200 Subject: [PATCH] added speedy to include path (root Makefile) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d202b0a43..ffa506a8b 100644 --- a/Makefile +++ b/Makefile @@ -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