From a3b9967c13435e9f0b94a5ace6e68258aed49752 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 3 Aug 2021 16:34:32 -0500 Subject: [PATCH] build: Fixup due to handshake dependency on erp and iwmon doesn't need handshake.[ch] --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index abe2b97e..e6d2fc91 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)