From 5cbd0aa1d933e99e662db2424ac66dd4a465044c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 30 Aug 2017 23:37:19 +0200 Subject: [PATCH] build: Make sure iwd-dbus.conf gets included in the distribution --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 74123897..668e53f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ ACLOCAL_AMFLAGS = -I build-aux noinst_LTLIBRARIES = ell/libell-internal.la dbusdir = @DBUS_CONFDIR@/dbus-1/system.d -dbus_DATA = src/iwd-dbus.conf +dist_dbus_DATA = src/iwd-dbus.conf ell_sources = ell/ell.h ell/private.h ell/missing.h \ ell/util.h ell/util.c \