commit | cc111e0bab09b50376b263645c11e8c52367baf3 | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Mon Jan 13 21:38:19 2014 +0000 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Mon Jan 13 21:38:19 2014 +0000 |
tree | 9ed31e2a76b4a4ef05421160f0a88533652c4631 | |
parent | 86bec2d399df0bc5052de7b1c969a5860c8186d4 [diff] |
Add ip6addr.h to Makefile list.
diff --git a/Makefile b/Makefile index fb8e9eb..45bd2ae 100644 --- a/Makefile +++ b/Makefile
@@ -71,7 +71,7 @@ domain.o dnssec.o blockdata.o hdrs = dnsmasq.h config.h dhcp-protocol.h dhcp6-protocol.h \ - dns-protocol.h radv-protocol.h + dns-protocol.h radv-protocol.h ip6addr.h all : $(BUILDDIR) @cd $(BUILDDIR) && $(MAKE) \