From ce473bb9d4c93e1901015e50defa38f631eac94a Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 17 Feb 2015 16:53:37 -0600 Subject: [PATCH] build: Add arc4.[ch] to iwmon sources --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 71695cfa..1a0f9158 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,6 +75,7 @@ monitor_iwmon_SOURCES = monitor/main.c linux/nl80211.h \ src/sha1.h src/sha1.c \ src/md5.h src/md5.c \ src/aes.h src/aes.c \ + src/arc4.h src/arc4.c \ src/eapol.h src/eapol.c monitor_iwmon_LDADD = ell/libell-internal.la