aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorJ08nY2017-03-16 02:30:14 +0100
committerJ08nY2017-03-16 02:30:14 +0100
commitbf0c62c191bf1a557623963bf7b2d31a093d7bc9 (patch)
tree3dec333b012c4f4559d449d85d768efe16b7e0b7 /src/Makefile
parentb2ba074666e7da2c2dc5613ab3c3cbcce43e27dc (diff)
downloadecgen-bf0c62c191bf1a557623963bf7b2d31a093d7bc9.tar.gz
ecgen-bf0c62c191bf1a557623963bf7b2d31a093d7bc9.tar.zst
ecgen-bf0c62c191bf1a557623963bf7b2d31a093d7bc9.zip
Added sha1 implementation for ANSI X9.62 verifiably random algo.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 48e21f2..3d51fbf 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -9,7 +9,7 @@ CC ?= gcc
GP2C = gp2c
CFLAGS = -O3 -Wall
-LDFLAGS = -L../lib
+LDFLAGS = -L../lib/parson -L../lib/sha1
GP_CFLAGS = -O3 -Wall -fomit-frame-pointer -fno-strict-aliasing -fPIC
GPFLAGS = -g -i4