summaryrefslogtreecommitdiffstats
path: root/hcid/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-19 19:27:42 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-19 19:27:42 +0000
commit25e75f64bbb18d4995bcd6bb4366956ebe89712d (patch)
tree785669b66230fa04ac1c815faaa14157af9fb0ad /hcid/Makefile.am
parentc8b2a620e46549ae7d62602a5601e938bed2e2f1 (diff)
Remove the service agent example
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@