mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Fix XXDIR to use $(srcdir) so that VPATH works.
This commit is contained in:
parent
366701bdf7
commit
e15e035bbb
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ XLIBRARY = ../libldap_r.a
|
|||
|
||||
PROGRAMS = apitest ltest ttest
|
||||
|
||||
XXDIR = ../libldap
|
||||
XXDIR = $(srcdir)/../libldap
|
||||
XXSRCS = apitest.c test.c tmpltest.c \
|
||||
bind.c controls.c open.c result.c error.c compare.c search.c \
|
||||
modify.c add.c modrdn.c delete.c abandon.c ufn.c cache.c \
|
||||
|
|
|
|||
Loading…
Reference in a new issue