From 635ca3909624c4fcbab3696989478d4ae97f491c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 10 May 2019 10:48:40 +0200 Subject: [PATCH] build: Add missing src/auth-proto.h filename --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index fe0c88c9..27d2ba68 100644 --- a/Makefile.am +++ b/Makefile.am @@ -205,6 +205,7 @@ src_iwd_SOURCES = src/main.c linux/nl80211.h src/iwd.h src/missing.h \ src/erp.h src/erp.c \ src/fils.h src/fils.c \ src/rtnlutil.h src/rtnlutil.c \ + src/auth-proto.h \ $(eap_sources) \ $(builtin_sources) src_iwd_LDADD = $(ell_ldadd) -ldl