From 4911ba1e5959e4b38c3b501c3be1f5ad078ec8e0 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Wed, 13 Dec 2017 14:35:17 -0800 Subject: [PATCH] unit: updated Makefile to build simauth.c for eap-sim --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index e878b0d3..0d0d3c00 100644 --- a/Makefile.am +++ b/Makefile.am @@ -175,6 +175,7 @@ unit_test_eap_sim_SOURCES = unit/test-eap-sim.c \ src/handshake.h src/handshake.c \ src/eap.h src/eap.c \ src/util.h src/util.c \ + src/simauth.h src/simauth.c \ src/eap-sim.c unit_test_eap_sim_LDADD = ell/libell-internal.la