mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-16 17:18:16 -05:00
Fix --disable-slurpd.
This commit is contained in:
parent
95cd11b114
commit
033bba4ed4
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ LDAP_LIBDIR= ../../libraries
|
||||||
BUILD_OPT = "--enable-slurpd"
|
BUILD_OPT = "--enable-slurpd"
|
||||||
BUILD_SRV = @BUILD_SLURPD@
|
BUILD_SRV = @BUILD_SLURPD@
|
||||||
|
|
||||||
all-local: slurpd
|
all-local-srv: slurpd
|
||||||
|
|
||||||
XLIBS = @SLURPD_LIBS@ -llthread @LTHREAD_LIBS@ $(KRB_LIBS) -llutil @LUTIL_LIBS@
|
XLIBS = @SLURPD_LIBS@ -llthread @LTHREAD_LIBS@ $(KRB_LIBS) -llutil @LUTIL_LIBS@
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue