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 <jouni@codeaurora.org>
This commit is contained in:
parent
0167a2d165
commit
b746f28c00
1 changed files with 0 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue