diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2010-11-10 18:15:15 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-11-10 18:15:15 +0100 |
commit | 8333817dae08600bc2f4a84b499108ca1c39b4e2 (patch) | |
tree | 2a729fc4e7df6555cf3835f046ee3efc2b439420 /Makefile.am | |
parent | 5cb8bb1ba90826b09f1e443336f15f379cd6955b (diff) | |
download | connman-8333817dae08600bc2f4a84b499108ca1c39b4e2.tar.gz connman-8333817dae08600bc2f4a84b499108ca1c39b4e2.tar.bz2 connman-8333817dae08600bc2f4a84b499108ca1c39b4e2.zip |
tethering: Add async tethering_enabled callback
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 badab1c6..651eede6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ include_HEADERS = include/types.h include/log.h include/plugin.h \ include/storage.h include/service.h \ include/resolver.h include/ipconfig.h \ include/device.h include/network.h include/inet.h \ - include/ondemand.h + include/ondemand.h include/tethering.h nodist_include_HEADERS = include/version.h |