mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
Address #307
Adds appropriate include directory to the tests Makefile git-svn-id: file:///svn/tokudb@1992 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
66c905c9af
commit
ec547b3513
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ else
|
|||
endif
|
||||
CFLAGS = -Wall -Werror $(OPTFLAGS) -g3 -ggdb3 $(GCOV_FLAGS)
|
||||
CPPFLAGS += -L../ -L../../range_tree
|
||||
CPPFLAGS += -I. -I../ -I../../range_tree -I../../../newbrt -lpthread
|
||||
CPPFLAGS += -I. -I../ -I../../range_tree -I../../../newbrt -I../../../include -lpthread
|
||||
|
||||
|
||||
SRCS = $(wildcard *.c)
|
||||
|
|
Loading…
Add table
Reference in a new issue