From 50d04e99a7378bdebb7873c5597c3050cc289c5b Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Thu, 4 May 2017 15:47:41 -0700 Subject: [PATCH] Makefile: install iwd-dbus.conf --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 8046352b..09a9d033 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,9 @@ ACLOCAL_AMFLAGS = -I build-aux noinst_LTLIBRARIES = ell/libell-internal.la +dbusdir = @DBUS_CONFDIR@/dbus-1/system.d +dbus_DATA = src/iwd-dbus.conf + ell_sources = ell/ell.h ell/private.h ell/missing.h \ ell/util.h ell/util.c \ ell/test.h ell/test.c \