mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
Fix slapi include path
This commit is contained in:
parent
42d8c0a39d
commit
7b423b20b0
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ UNIX_LINK_LIBS = $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)
|
|||
|
||||
LIBBASE = back_monitor
|
||||
|
||||
XINCPATH = -I.. -I$(srcdir)/.. -I../slapi
|
||||
XINCPATH = -I.. -I$(srcdir)/.. -I$(srcdir)/../slapi
|
||||
XDEFS = $(MODULES_CPPFLAGS)
|
||||
|
||||
all-local-lib: ../.backend
|
||||
|
|
|
|||
Loading…
Reference in a new issue