Commit afb0f26e authored by Yoni Fogel's avatar Yoni Fogel

Closes #1107

Added missing prereqs (static library) to statically linked programs

git-svn-id: file:///svn/tokudb@5730 c7de825b-a66e-492c-adef-691d508d4ae1
parent aeded2f1
......@@ -64,7 +64,7 @@ coverage: $(UTILS)
%.bdb: %.c
$(CC) $(BDB_CPPFLAGS) $(CFLAGS) -o $@ $< $(BDB_LDFLAGS)
%_static: %.c
%_static: %.c ../lib/libtokudb.a
$(CC) $(STATIC_CPPFLAGS) $(CFLAGS) -o $@ $< $(STATIC_LDFLAGS)
strip: $(STATIC_UTILS)
......
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