mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Fix XXDIR to use $(srcdir) so that VPATH works.
This commit is contained in:
parent
366701bdf7
commit
e15e035bbb
@ -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 New Issue
Block a user