From abca195917b4844c0b466840c65e6f07d76c7916 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 7 Mar 2017 22:24:59 +0100 Subject: [PATCH] build: Include iwd.conf in distribution --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d410b17b..464f3258 100644 --- a/Makefile.am +++ b/Makefile.am @@ -86,7 +86,7 @@ src_iwd_SOURCES = src/main.c linux/nl80211.h \ src/iwd.h src_iwd_LDADD = ell/libell-internal.la -ldl -sysconf_DATA = src/iwd.conf +dist_sysconf_DATA = src/iwd.conf client_iwctl_SOURCES = client/main.c client_iwctl_LDADD = ell/libell-internal.la