From f3a60f0182da6dddd02b42d21c1bc3d94b331d39 Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Thu, 23 Mar 2017 09:48:54 -0700 Subject: [PATCH] makefile: Add dbus-proxy into the build --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 67e57258..fbd85358 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,7 +85,8 @@ src_iwd_LDADD = ell/libell-internal.la -ldl dist_sysconf_DATA = src/iwd.conf -client_iwctl_SOURCES = client/main.c +client_iwctl_SOURCES = client/main.c \ + client/dbus-proxy.h client/dbus-proxy.c client_iwctl_LDADD = ell/libell-internal.la monitor_iwmon_SOURCES = monitor/main.c linux/nl80211.h \