Commit 1f069376 authored by Yoni Fogel's avatar Yoni Fogel

Addresses #1311

Fix paths for headers

git-svn-id: file:///svn/mysql/tokudb-engine/src@8711 c7de825b-a66e-492c-adef-691d508d4ae1
parent dbc66e3c
...@@ -28,7 +28,7 @@ endif ...@@ -28,7 +28,7 @@ endif
MYSQL_FLAGS += -DMYSQL_DYNAMIC_PLUGIN MYSQL_FLAGS += -DMYSQL_DYNAMIC_PLUGIN
MYSQL_CXXFLAGS = -fno-implicit-templates -fno-exceptions -fno-rtti MYSQL_CXXFLAGS = -fno-implicit-templates -fno-exceptions -fno-rtti
CPPFLAGS = -I. -I$(MYSQL_SRC)/sql -I$(MYSQL_SRC)/include -I$(MYSQL_SRC)/regex -I$(TOKUDB)/include CPPFLAGS = -I. -I$(MYSQL_SRC)/sql -I$(MYSQL_SRC)/include -I$(MYSQL_SRC)/regex -I$(TOKUDB)/include -I$(TOKUDB)/toku_include
ifeq ($(SYSTEM),linux) ifeq ($(SYSTEM),linux)
CPPFLAGS += -I$(TOKUDB)/linux CPPFLAGS += -I$(TOKUDB)/linux
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment