From a884d7536a2e5e12a193979aae0b9aa2cd04d391 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Mon, 4 Jun 2012 14:47:00 +0200 Subject: handover: Add handover agent API The handover agent API will allow handover agents to register against neard and provide it Bluetooth OOB or 802.11 crypto data. This data will be used to build Handover select messages and send them back to the handover requester. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b1950ea..39cb7ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ src_neard_SOURCES = $(gdbus_sources) $(gweb_sources) $(builtin_sources) \ src/main.c src/error.c src/near.h src/log.c \ src/dbus.c src/manager.c src/adapter.c src/device.c \ src/tag.c src/plugin.c src/netlink.c src/ndef.c \ - src/tlv.c src/bluetooth.c + src/tlv.c src/bluetooth.c src/handover.c src_neard_LDADD = $(builtin_libadd) @GLIB_LIBS@ @DBUS_LIBS@ @NETLINK_LIBS@ -lresolv -ldl -- cgit v1.2.3