diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-06-04 14:47:00 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-06-04 14:56:36 +0200 |
commit | a884d7536a2e5e12a193979aae0b9aa2cd04d391 (patch) | |
tree | 64910650dc3e3195379a5eee4246d9faf2ff4283 /Makefile.am | |
parent | f97685b9eadd6404104058016193c1d45d782dce (diff) | |
download | neard-a884d7536a2e5e12a193979aae0b9aa2cd04d391.tar.gz neard-a884d7536a2e5e12a193979aae0b9aa2cd04d391.tar.bz2 neard-a884d7536a2e5e12a193979aae0b9aa2cd04d391.zip |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |