mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 06:59:54 -05:00
Delete $(SLAPD_MODULES)
This commit is contained in:
parent
0782b633b2
commit
8572d6f2fd
1 changed files with 1 additions and 2 deletions
|
|
@ -20,9 +20,8 @@ LDAP_INCDIR= ../../../include
|
|||
LDAP_LIBDIR= ../../../libraries
|
||||
|
||||
SLAP_DIR=../
|
||||
SLAPD_MODULES = @SLAPD_MODULES_LIST@
|
||||
XDEFS = $(MODULES_CPPFLAGS)
|
||||
XLDFLAGS = $(MODULES_LDFLAGS) $(SLAPD_MODULES)
|
||||
XLDFLAGS = $(MODULES_LDFLAGS)
|
||||
|
||||
XLIBS = $(SLAPD_L) $(LDBM_LIBS)
|
||||
XXLIBS = $(SLAPD_LIBS) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue