diff options
author | Thomas Markwalder <tmark@isc.org> | 2015-07-29 13:32:16 -0400 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2015-07-29 13:32:16 -0400 |
commit | 743d69375c0e46ebb343cb3c6fa768103b7080d0 (patch) | |
tree | 4bea0683ffe2fb7c6428acc0740659f6ca4ae3b6 /includes/Makefile.in | |
parent | 6a39bcf0be695fa2e0b62312ea8bdc830a08f7bc (diff) | |
download | isc-dhcp-743d69375c0e46ebb343cb3c6fa768103b7080d0.tar.gz |
[master] LDAP: Pathces, IPv6 support, GSSAPI support
Merges in 39056.
Diffstat (limited to 'includes/Makefile.in')
-rw-r--r-- | includes/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/Makefile.in b/includes/Makefile.in index 45c31889..4d8d4a5c 100644 --- a/includes/Makefile.in +++ b/includes/Makefile.in @@ -189,6 +189,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LDAP_CFLAGS = @LDAP_CFLAGS@ +LDAP_LIBS = @LDAP_LIBS@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ @@ -270,6 +271,7 @@ nobase_include_HEADERS = omapip/alloc.h omapip/buffer.h omapip/convert.h \ EXTRA_DIST = cdefs.h ctrace.h dhcp.h dhcp6.h dhcpd.h dhctoken.h failover.h \ heap.h inet.h minires.h osdep.h site.h statement.h tree.h \ t_api.h \ + ldap_casa.h ldap_krb_helper.h \ arpa/nameser.h arpa/nameser_compat.h \ netinet/if_ether.h netinet/ip.h netinet/ip_icmp.h netinet/udp.h |