mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix backends.c VPATH builds
This commit is contained in:
parent
1d67ef16e9
commit
3118f1fd2e
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ OBJS = main.o globals.o config.o daemon.o \
|
|||
slappasswd.o slaptest.o slapauth.o slapacl.o component.o \
|
||||
$(@PLAT@_OBJS)
|
||||
|
||||
LDAP_INCDIR= ../../include -I$(srcdir)/slapi -I.
|
||||
LDAP_INCDIR= ../../include -I$(srcdir) -I$(srcdir)/slapi -I.
|
||||
LDAP_LIBDIR= ../../libraries
|
||||
|
||||
SLAP_DIR=
|
||||
|
|
|
|||
Loading…
Reference in a new issue