From cc111e0bab09b50376b263645c11e8c52367baf3 Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Mon, 13 Jan 2014 21:38:19 +0000 Subject: [PATCH] Add ip6addr.h to Makefile list. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb8e9eb..45bd2ae 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ objs = cache.o rfc1035.o util.o option.o forward.o network.o \ 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) \