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 /relay | |
parent | 6a39bcf0be695fa2e0b62312ea8bdc830a08f7bc (diff) | |
download | isc-dhcp-743d69375c0e46ebb343cb3c6fa768103b7080d0.tar.gz |
[master] LDAP: Pathces, IPv6 support, GSSAPI support
Merges in 39056.
Diffstat (limited to 'relay')
-rw-r--r-- | relay/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/relay/Makefile.in b/relay/Makefile.in index 5d9f9859..13c992f4 100644 --- a/relay/Makefile.in +++ b/relay/Makefile.in @@ -213,6 +213,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@ |