From bb5932d21d06aa4e73d5a08c4122a025c1522da8 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Thu, 1 Apr 2010 12:17:36 +0200 Subject: Add session support The session layer allows 3rd party applications to request a network session from connman. The only thing applications need to specify is the type of network they're looking for, a.k.a. the network bearer. An unspecified bearer means picking the best available service. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e8d9b2c6..64c02644 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,7 +53,8 @@ src_connmand_SOURCES = $(gdbus_sources) $(builtin_sources) \ src/ipv4.c src/dhcp.c src/rtnl.c src/inet.c \ src/utsname.c src/timeserver.c src/rfkill.c \ src/wifi.c src/storage.c src/dbus.c src/config.c \ - src/technology.c src/counter.c src/location.c + src/technology.c src/counter.c src/location.c \ + src/session.c if UDEV src_connmand_SOURCES += src/udev.c -- cgit v1.2.3