summaryrefslogtreecommitdiffstats
path: root/hcid/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-25 15:09:25 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-25 15:09:25 +0000
commita97908f58756db9ca11a56b4e378f04871ddde57 (patch)
treef2a5da867a01f6f0c5076045d1c7373cc7bfd945 /hcid/Makefile.am
parent24aaa3c3825fd26e34730fe64f5e375f7e94bb7d (diff)
Move agent examples to daemon directory
Diffstat (limited to 'hcid/Makefile.am')
-rw-r--r--hcid/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/hcid/Makefile.am b/hcid/Makefile.am
index 973960b5..712f6360 100644
--- a/hcid/Makefile.am
+++ b/hcid/Makefile.am
@@ -35,16 +35,6 @@ hcid_LDADD += -lexpat
endif
endif
-noinst_PROGRAMS = passkey-agent auth-agent
-
-passkey_agent_SOURCES = passkey-agent.c
-
-passkey_agent_LDADD = @DBUS_LIBS@
-
-auth_agent_SOURCES = auth-agent.c
-
-auth_agent_LDADD = @DBUS_LIBS@
-
AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@
INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/sdpd