summaryrefslogtreecommitdiffstats
path: root/hcid/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/Makefile.am')
-rw-r--r--hcid/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/hcid/Makefile.am b/hcid/Makefile.am
index be9bd432..3580d51f 100644
--- a/hcid/Makefile.am
+++ b/hcid/Makefile.am
@@ -47,16 +47,12 @@ hcid_LDADD += -lexpat
endif
endif
-noinst_PROGRAMS = passkey-agent service-agent auth-agent
+noinst_PROGRAMS = passkey-agent auth-agent
passkey_agent_SOURCES = passkey-agent.c
passkey_agent_LDADD = @DBUS_LIBS@
-service_agent_SOURCES = service-agent.c
-
-service_agent_LDADD = @DBUS_LIBS@
-
auth_agent_SOURCES = auth-agent.c
auth_agent_LDADD = @DBUS_LIBS@