diff options
author | Mohamed Abbas <mohamed.abbas@intel.com> | 2010-03-25 00:04:49 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-03-25 00:46:32 +0100 |
commit | 989648e9db2dda93a464125c0d0540cdf10158f7 (patch) | |
tree | 10cd1df42118926855556f6461902ac0c8b29f94 /Makefile.plugins | |
parent | 495e4684729e7dd35b92524246d155b5f852cffe (diff) | |
download | connman-989648e9db2dda93a464125c0d0540cdf10158f7.tar.gz connman-989648e9db2dda93a464125c0d0540cdf10158f7.tar.bz2 connman-989648e9db2dda93a464125c0d0540cdf10158f7.zip |
Portal detection plugin
Add new plugin to support page redirection when using wifi or ethernet.
Most of this code is a copy from tools/portal-test.com intergrated to
work with location core.
Diffstat (limited to 'Makefile.plugins')
-rw-r--r-- | Makefile.plugins | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.plugins b/Makefile.plugins index 74d24109..2e04c2b3 100644 --- a/Makefile.plugins +++ b/Makefile.plugins @@ -125,6 +125,18 @@ plugins_openconnect_la_LDFLAGS = $(plugin_ldflags) endif endif +if PORTAL +if PORTAL_BUILTIN +builtin_modules += portal +builtin_sources += plugins/portal.c +else +plugin_LTLIBRARIES += plugins/portal.la +plugin_objects += $(plugins_portal_la_OBJECTS) +plugins_portal_la_CFLAGS = $(plugin_cflags) +plugins_portal_la_LDFLAGS = $(plugin_ldflags) +endif +endif + if DNSPROXY if DNSPROXY_BUILTIN builtin_modules += dnsproxy |