summaryrefslogtreecommitdiff
path: root/tee-supplicant/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tee-supplicant/Makefile')
-rw-r--r--tee-supplicant/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/tee-supplicant/Makefile b/tee-supplicant/Makefile
index 73f9936..6d24c9f 100644
--- a/tee-supplicant/Makefile
+++ b/tee-supplicant/Makefile
@@ -19,8 +19,6 @@ TEES_SRCS := tee_supplicant.c \
tee_supp_fs.c \
rpmb.c \
handle.c \
- security.c \
- unix_socket.c \
../../libteec/src/teec_trace.c
@@ -83,11 +81,6 @@ endif
TEES_LDFLAGS += -lpthread
# Needed to get clock_gettime() for for glibc versions before 2.17
TEES_LDFLAGS += -lrt
-TEES_LDFLAGS += -lcynara-creds-socket
-TEES_LDFLAGS += -lcynara-client
-TEES_LDFLAGS += -lcynara-session
-TEES_LDFLAGS += -lsecurity-manager-client
-TEES_LDFLAGS += -ltzplatform-config-2.0
tee-supplicant: $(TEES_FILE)