From 004c9ebcd0a31578684d5ad138fa0bc8102fa51c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 19 Sep 2018 21:57:28 +0200 Subject: [PATCH] build: Fix typo within eap-wsc.h header path --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 768853fc..c7654731 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,7 +81,7 @@ dbus_bus_DATA = endif eap_sources = src/eap.c src/eap.h src/eap-private.h \ - src/eap-wsc.c erc/eap-wsc.h \ + src/eap-wsc.c src/eap-wsc.h \ src/eap-md5.c \ src/eap-tls.c \ src/eap-ttls.c \