From 02a3f6a1462306604fc676d10d3f547248aadd4c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 10 May 2019 10:44:57 +0200 Subject: [PATCH] build: Fix spelling of src/rtnlutil.h filename --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 62052f39..fe0c88c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -204,7 +204,7 @@ src_iwd_SOURCES = src/main.c linux/nl80211.h src/iwd.h src/missing.h \ src/manager.c \ src/erp.h src/erp.c \ src/fils.h src/fils.c \ - src/rtnutil.h src/rtnlutil.c \ + src/rtnlutil.h src/rtnlutil.c \ $(eap_sources) \ $(builtin_sources) src_iwd_LDADD = $(ell_ldadd) -ldl