diff options
author | Simon Kelley <simon@thekelleys.org.uk> | 2012-02-27 10:56:18 +0000 |
---|---|---|
committer | Simon Kelley <simon@thekelleys.org.uk> | 2012-02-27 10:56:18 +0000 |
commit | c239f7de257e01f112d85908f3c52b5f97b98385 (patch) | |
tree | bec1dd47f4c45be5dcf064da2e61c6be1b748452 /Makefile | |
parent | ac8540c3c5ab8c5468bdda0253017d2081ccdf4e (diff) | |
download | dnsmasq-c239f7de257e01f112d85908f3c52b5f97b98385.tar.gz |
rename header files.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,8 +50,8 @@ OBJS = cache.o rfc1035.o util.o option.o forward.o network.o \ helper.o tftp.o log.o conntrack.o dhcp6.o rfc3315.o \ dhcp-common.o outpacket.o radv.o -HDRS = dnsmasq.h config.h dhcp_protocol.h dhcp6_protocol.h \ - dns_protocol.h radv_protocol.h +HDRS = dnsmasq.h config.h dhcp-protocol.h dhcp6-protocol.h \ + dns-protocol.h radv-protocol.h all : $(BUILDDIR) |