diff options
author | Deepak Kumar Sahu <deepak.sahu@samsung.com> | 2016-03-09 19:44:03 +0530 |
---|---|---|
committer | taesubkim <taesub.kim@samsung.com> | 2016-03-14 09:24:49 +0900 |
commit | 36aad45327c515c2020eb1a278fd9fc3f80003af (patch) | |
tree | 09eba2f5bc9ab904b80fdddfca2ca13e2a080b06 /Makefile.am | |
parent | c1cc873b8aa16affd668d8c1d8251f07f2989b34 (diff) | |
download | connman-36aad45327c515c2020eb1a278fd9fc3f80003af.tar.gz connman-36aad45327c515c2020eb1a278fd9fc3f80003af.tar.bz2 connman-36aad45327c515c2020eb1a278fd9fc3f80003af.zip |
on-demand connman-vpnd start
Change-Id: I88da48264b9506b58335c4dbefa7dccb08215245
Signed-off-by: Deepak Kumar Sahu <deepak.sahu@samsung.com>
Diffstat (limited to 'Makefile.am')
-rwxr-xr-x | Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 6e69fc4c..95761e24 100755 --- a/Makefile.am +++ b/Makefile.am @@ -66,17 +66,12 @@ systemdunitdir = @SYSTEMD_UNITDIR@ systemdunit_DATA = src/connman.service -if VPN -systemdunit_DATA += vpn/connman-vpn.service -endif endif endif service_files_sources = src/connman.service.in src/net.connman.service.in \ - vpn/connman-vpn.service.in \ vpn/net.connman.vpn.service.in service_files = src/connman.service src/net.connman.service \ - vpn/connman-vpn.service \ vpn/net.connman.vpn.service plugin_LTLIBRARIES = |