diff options
author | Shawn Routhier <sar@isc.org> | 2009-10-29 00:46:48 +0000 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2009-10-29 00:46:48 +0000 |
commit | 3ac2a573a54c0aeafd3287b4cc797b362f910114 (patch) | |
tree | 31d060869095031e8c557f957bd526fe00781466 /includes | |
parent | a81f3ae67ae57ea4573ad50c37b9bcffbe1b944b (diff) | |
download | isc-dhcp-3ac2a573a54c0aeafd3287b4cc797b362f910114.tar.gz |
Cleanup for ddns changes ticket rt20527
Diffstat (limited to 'includes')
-rw-r--r-- | includes/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/includes/Makefile.am b/includes/Makefile.am index b7738945..4a462d5b 100644 --- a/includes/Makefile.am +++ b/includes/Makefile.am @@ -1,9 +1,11 @@ nobase_include_HEADERS = omapip/alloc.h omapip/buffer.h omapip/convert.h \ - omapip/hash.h omapip/omapip.h omapip/omapip_p.h \ - omapip/trace.h + omapip/hash.h omapip/isclib.h omapip/omapip.h \ + omapip/omapip_p.h omapip/result.h omapip/trace.h \ + isc-dhcp/dst.h EXTRA_DIST = cdefs.h ctrace.h dhcp.h dhcp6.h dhcpd.h dhctoken.h failover.h \ - heap.h inet.h osdep.h site.h statement.h tree.h t_api.h \ + heap.h inet.h minires.h osdep.h site.h statement.h tree.h \ + t_api.h \ arpa/nameser.h arpa/nameser_compat.h \ netinet/if_ether.h netinet/ip.h netinet/ip_icmp.h netinet/udp.h |