mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
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
@ -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 New Issue
Block a user