From b746f28c00fd63dc698ae8df84864c7477f797bb Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Mon, 12 Oct 2020 21:35:26 +0300 Subject: [PATCH] tests: Remove unnecessary libraries from tests/test-*.c build These libraries are not needed anymore with the remaining tests/test-*.c tools. Signed-off-by: Jouni Malinen --- tests/Makefile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index ef1665aba..47d1685c0 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -29,17 +29,6 @@ CFLAGS += -I../src/utils SLIBS = ../src/utils/libutils.a DLIBS = ../src/crypto/libcrypto.a \ - ../src/common/libcommon.a \ - ../src/ap/libap.a \ - ../src/eapol_auth/libeapol_auth.a \ - ../src/eapol_supp/libeapol_supp.a \ - ../src/eap_peer/libeap_peer.a \ - ../src/eap_server/libeap_server.a \ - ../src/eap_common/libeap_common.a \ - ../src/radius/libradius.a \ - ../src/l2_packet/libl2_packet.a \ - ../src/wps/libwps.a \ - ../src/rsn_supp/librsn_supp.a \ ../src/tls/libtls.a _OBJS_VAR := LLIBS