From d10c4ec9da254b8c622f08350555f4d66a7512d1 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Sat, 27 Dec 2014 22:26:18 -0600 Subject: [PATCH] build: Compile right files --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 550140fc..fcd6d277 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,6 +52,7 @@ src_iwd_SOURCES = src/main.c linux/nl80211.h linux/kdbus.h \ src/manager.h src/manager.c \ src/crypto.h src/crypto.c \ src/mpdu.h src/mpdu.c \ + src/eapol.h src/eapol.c \ iwd.h src_iwd_LDADD = ell/libell-internal.la @@ -65,6 +66,7 @@ monitor_iwmon_SOURCES = monitor/main.c linux/nl80211.h \ monitor/display.h monitor/display.c \ src/ie.h src/ie.c \ src/util.h src/util.c \ + src/sha1.h src/sha1.c \ src/eapol.h src/eapol.c monitor_iwmon_LDADD = ell/libell-internal.la