mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Minor tweaks
This commit is contained in:
parent
8df3b043ba
commit
f99f2e5fdb
@ -31,10 +31,11 @@ LDAP_LIB=-lldap_r -llber
|
||||
LIBS=$(LDAP_LIB)
|
||||
|
||||
prefix=/usr/local
|
||||
ldap_subdir=/openldap
|
||||
exec_prefix=$(prefix)
|
||||
ldap_subdir=/openldap
|
||||
|
||||
libdir=$(exec_prefix)/lib
|
||||
libexecdir=$(prefix)/libexec
|
||||
libexecdir=$(exec_prefix)/libexec
|
||||
moduledir = $(libexecdir)$(ldap_subdir)
|
||||
|
||||
all: install
|
||||
|
@ -30,10 +30,11 @@ LDAP_LIB=-lldap_r -llber
|
||||
LIBS=$(LDAP_LIB) $(HEIMDAL_LIB) $(SSL_LIB)
|
||||
|
||||
prefix=/usr/local
|
||||
ldap_subdir=/openldap
|
||||
exec_prefix=$(prefix)
|
||||
ldap_subdir=/openldap
|
||||
|
||||
libdir=$(exec_prefix)/lib
|
||||
libexecdir=$(prefix)/libexec
|
||||
libexecdir=$(exec_prefix)/libexec
|
||||
moduledir = $(libexecdir)$(ldap_subdir)
|
||||
|
||||
all: smbk5pwd.la
|
||||
|
Loading…
Reference in New Issue
Block a user