diff options
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | 2013-02-18 17:23:38 +0200 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2013-02-19 12:23:17 +0200 |
commit | 2eec48e8c7d3f86bfb4a1a8a6e659cb1c2ba2f10 (patch) | |
tree | 382e5e10e5f307be69e7931b6137e4be5b518f55 /Makefile.am | |
parent | aabdbc223c0efde63b372063086d8eb017d093a4 (diff) | |
download | connman-2eec48e8c7d3f86bfb4a1a8a6e659cb1c2ba2f10.tar.gz connman-2eec48e8c7d3f86bfb4a1a8a6e659cb1c2ba2f10.tar.bz2 connman-2eec48e8c7d3f86bfb4a1a8a6e659cb1c2ba2f10.zip |
vpn-config: Provision providers from .config file
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b2a91740..cd69b56f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -124,7 +124,8 @@ vpn_connman_vpnd_SOURCES = $(gdbus_sources) $(builtin_vpn_sources) \ vpn/vpn-provider.h vpn/vpn-rtnl.h \ vpn/vpn-ipconfig.c src/inet.c vpn/vpn-rtnl.c \ src/dbus.c src/storage.c src/ipaddress.c src/agent.c \ - vpn/vpn-agent.c vpn/vpn-agent.h + vpn/vpn-agent.c vpn/vpn-agent.h src/inotify.c \ + vpn/vpn-config.c vpn_connman_vpnd_LDADD = $(builtin_vpn_libadd) @GLIB_LIBS@ @DBUS_LIBS@ \ @GNUTLS_LIBS@ -lresolv -ldl |