Commit 9d4c597b authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

link to the shared tokudb lib to pick up the lib constructor refs[t:2014]

git-svn-id: file:///svn/toku/tokudb@15046 c7de825b-a66e-492c-adef-691d508d4ae1
parent e16cdccd
...@@ -33,9 +33,10 @@ TARGETS = $(patsubst %.cpp,%,$(SRCS)) ...@@ -33,9 +33,10 @@ TARGETS = $(patsubst %.cpp,%,$(SRCS))
# OPTFLAGS = -O0 # OPTFLAGS = -O0
# GCOV_FLAGS = -fprofile-arcs -ftest-coverage # GCOV_FLAGS = -fprofile-arcs -ftest-coverage
CPPFLAGS = -I../ -I../../include -I../../linux -I$(TOKUROOT)toku_include CPPFLAGS = -I../ -I../../include -I../../linux -I$(TOKUROOT)toku_include -DUSE_ENV
CXXFLAGS = -Wall $(OPTFLAGS) -g $(GCOV_FLAGS) CXXFLAGS = -Wall $(OPTFLAGS) -g $(GCOV_FLAGS)
LDLIBS = ../../lib/libtokudb_cxx.a ../../lib/libtokudb.a -lz -lpthread LDLIBS = ../../lib/libtokudb_cxx.a -ltokudb -lz -lpthread
RPATH_DIRS=$(TOKUROOT)lib
ifeq ($(CC),icc) ifeq ($(CC),icc)
CXXFLAGS += -diag-disable 981 CXXFLAGS += -diag-disable 981
......
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