diff options
| author | Magnus Ahltorp <map@kth.se> | 2016-02-10 11:11:16 +0100 |
|---|---|---|
| committer | Magnus Ahltorp <map@kth.se> | 2016-02-10 11:11:16 +0100 |
| commit | fb1b75490bbfc3cf10f13388e15231cb30314849 (patch) | |
| tree | 35c41a11102ac3206a126d79b0d107fb93ea9856 /c_src/Makefile | |
| parent | b3dd4ec4c1cfeca1f8fd8bb2c829af69377bcda8 (diff) | |
Rough implementation of new permdb format.
Added regression tests and benchmarks.
Chunks not implemented yet.
Diffstat (limited to 'c_src/Makefile')
| -rw-r--r-- | c_src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c_src/Makefile b/c_src/Makefile index 72a47d8..d45e601 100644 --- a/c_src/Makefile +++ b/c_src/Makefile @@ -1,6 +1,6 @@ CC = gcc CFLAGS = -Wall -Werror -std=gnu99 -LDFLAGS = +LDFLAGS = -lnettle PORTS = fsynchelper hsmhelper permdbport |
