]> git.ipfire.org Git - people/ms/dnsmasq.git/commitdiff
Add ip6addr.h to Makefile list.
authorSimon Kelley <simon@thekelleys.org.uk>
Mon, 13 Jan 2014 21:38:19 +0000 (21:38 +0000)
committerSimon Kelley <simon@thekelleys.org.uk>
Mon, 13 Jan 2014 21:38:19 +0000 (21:38 +0000)
Makefile

index fb8e9eb0d51fb5f4e4b72b82ad27b09f4c27c3fd..45bd2ae42ea7cd0c9b624e6f4e2b621cec905bb1 100644 (file)
--- 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) \