xxquitxiAdd

parent 5fc2cfc3
...@@ -65,7 +65,7 @@ bin_PROGRAMS = sgxd ...@@ -65,7 +65,7 @@ bin_PROGRAMS = sgxd
COMMON_SRC = sgx_stub.c sgx_detect_linux.c create_enclave.c oc_alloc.c COMMON_SRC = sgx_stub.c sgx_detect_linux.c create_enclave.c oc_alloc.c
COMMON_ENCLAVE_SRC = secure_enclave_u.c secure_enclave_u.h COMMON_ENCLAVE_SRC = secure_enclave_u.c secure_enclave_u.h
sgxd_SOURCES = sgxd.c BLSCrypto.cpp $(COMMON_SRC) sgxd_SOURCES = sgxd.c BLSCrypto.cpp BLSPrivateKeyShareSGX.cpp $(COMMON_SRC)
nodist_sgxd_SOURCES = $(COMMON_ENCLAVE_SRC) nodist_sgxd_SOURCES = $(COMMON_ENCLAVE_SRC)
EXTRA_sgxd_DEPENDENCIES = secure_enclave.signed.so EXTRA_sgxd_DEPENDENCIES = secure_enclave.signed.so
......
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