diff options
author | Julien Massot <jmassot@aldebaran-robotics.com> | 2010-12-10 11:00:33 +0000 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-12-14 01:42:31 +0100 |
commit | 98d17b07f1609dd12d14a41f9734b5eae74cc6d0 (patch) | |
tree | ea8c9f8fe62ed3af8c686608ee76ed54e5a84d92 /Makefile.am | |
parent | d6a8dc572cb2a9ea0c30d9499329b61d3a299624 (diff) | |
download | connman-98d17b07f1609dd12d14a41f9734b5eae74cc6d0.tar.gz connman-98d17b07f1609dd12d14a41f9734b5eae74cc6d0.tar.bz2 connman-98d17b07f1609dd12d14a41f9734b5eae74cc6d0.zip |
gdhcp: Add IPv4 Link-Local support
IPv4 Link-Local negociation starts on gdhcp client failure.
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 444c48a3..08260c2f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ gdbus_sources = gdbus/gdbus.h gdbus/mainloop.c gdbus/watch.c \ gdbus/object.c gdbus/polkit.c gdhcp_sources = gdhcp/gdhcp.h gdhcp/common.h gdhcp/common.c gdhcp/client.c \ - gdhcp/server.c + gdhcp/server.c gdhcp/ipv4ll.h gdhcp/ipv4ll.c gweb_sources = gweb/gweb.h gweb/gweb.c gweb/gresolv.h gweb/gresolv.c \ gweb/giognutls.h gweb/giognutls.c |