Skip to content
Snippets Groups Projects
Commit e15e035b authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix XXDIR to use $(srcdir) so that VPATH works.

parent 366701bd
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment