build: Fixup due to handshake dependency on erp

and iwmon doesn't need handshake.[ch]
This commit is contained in:
Denis Kenzior 2021-08-03 16:34:32 -05:00
parent d58ae33e5c
commit a3b9967c13
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,6 @@ monitor_iwmon_SOURCES = monitor/main.c linux/nl80211.h \
src/crypto.h src/crypto.c \
src/watchlist.h src/watchlist.c \
src/eapolutil.h src/eapolutil.c \
src/handshake.h src/handshake.c \
src/nl80211cmd.h src/nl80211cmd.c \
src/p2putil.c src/p2putil.h \
src/anqputil.h src/anqputil.c
@ -520,6 +519,7 @@ unit_test_sae_SOURCES = unit/test-sae.c \
src/crypto.h src/crypto.c \
src/ie.h src/ie.c \
src/handshake.h src/handshake.c \
src/erp.h src/erp.c \
src/util.h src/util.c \
src/mpdu.h src/mpdu.c
unit_test_sae_LDADD = $(ell_ldadd)