diff options
author | Jack Lloyd <[email protected]> | 2017-01-06 21:02:25 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-01-06 21:02:25 -0500 |
commit | 2d104d974503aac8ae98456af090343ef4de884d (patch) | |
tree | f43939b341bfee478b8ff3e82e2798cb39a7604f | |
parent | 7ebcd99be632ce0b02a11b0e09e475bae6448f53 (diff) |
Fix another libname issue
[ci skip]
-rw-r--r-- | src/extra_tests/timing/timing-tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extra_tests/timing/timing-tests/Makefile b/src/extra_tests/timing/timing-tests/Makefile index 5497da9bb..df77c70ec 100644 --- a/src/extra_tests/timing/timing-tests/Makefile +++ b/src/extra_tests/timing/timing-tests/Makefile @@ -3,7 +3,7 @@ BOTAN_DIR=../../../../../botan/ LDIR=$(BOTAN_DIR) IDIR=$(BOTAN_DIR)build/include DBG_FLAGS=-g -O3 -LIBS=-lbotan-1.11 +LIBS=-lbotan-2 CPPFLAGS=$(DBG_FLAGS) -std=c++11 -I$(IDIR) -L$(LDIR) -Wl,-R$(LDIR) '-Wl,-R$$ORIGIN' LDFLAGS=$(DBG_FLAGS) -I$(IDIR) -L$(LDIR) -Wl,-R$(LDIR) '-Wl,-R$$ORIGIN' $(LIBS) |