aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-12-13 10:45:32 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-12-13 10:45:32 +0800
commit7a36e06984f98153e8b27f5d82603fb7d1227cc8 (patch)
tree6832b401881d1b7508d8ef908fa5d901781d2419 /Makefile
parent08c1906ecf95ea18663593df94aadec538dbb715 (diff)
downloaddexon-bls-7a36e06984f98153e8b27f5d82603fb7d1227cc8.tar
dexon-bls-7a36e06984f98153e8b27f5d82603fb7d1227cc8.tar.gz
dexon-bls-7a36e06984f98153e8b27f5d82603fb7d1227cc8.tar.bz2
dexon-bls-7a36e06984f98153e8b27f5d82603fb7d1227cc8.tar.lz
dexon-bls-7a36e06984f98153e8b27f5d82603fb7d1227cc8.tar.xz
dexon-bls-7a36e06984f98153e8b27f5d82603fb7d1227cc8.tar.zst
dexon-bls-7a36e06984f98153e8b27f5d82603fb7d1227cc8.zip
bn_c_impl.hpp is in public
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8b4aa3e..59ae1fa 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ SRC_SRC=bls_c256.cpp bls_c384.cpp bls_c384_256.cpp
TEST_SRC=bls256_test.cpp bls384_test.cpp bls384_256_test.cpp bls_c256_test.cpp bls_c384_test.cpp bls_c384_256_test.cpp
SAMPLE_SRC=bls256_smpl.cpp bls384_smpl.cpp
-CFLAGS+=-I$(MCL_DIR)/include -I./ -I$(MCL_DIR)/src
+CFLAGS+=-I$(MCL_DIR)/include
ifneq ($(MCL_MAX_BIT_SIZE),)
CFLAGS+=-DMCL_MAX_BIT_SIZE=$(MCL_MAX_BIT_SIZE)
endif