Commit c21f8cdb authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#3620 link the example codes to libtokuportability refs[t:3620]

git-svn-id: file:///svn/toku/tokudb@32364 c7de825b-a66e-492c-adef-691d508d4ae1
parent f129fab3
......@@ -3,7 +3,7 @@ TARGETS = $(patsubst %.c,%,$(SRCS)) $(patsubst %.c,%-bdb,$(SRCS))
CPPFLAGS = -I../include -D_GNU_SOURCE
CFLAGS = -g -std=c99 -Wall
LIBTOKUDB = tokudb
LDFLAGS = -L../lib -l$(LIBTOKUDB) -Wl,-rpath,../lib
LDFLAGS = -L../lib -l$(LIBTOKUDB) -ltokuportability -Wl,-rpath,../lib
default: $(TARGETS)
......
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