]> git.sur5r.net Git - openldap/commitdiff
Fix XXDIR to use $(srcdir) so that VPATH works.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 4 Feb 1999 18:13:51 +0000 (18:13 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 4 Feb 1999 18:13:51 +0000 (18:13 +0000)
libraries/libldap_r/Makefile.in

index 4254889dc88f613dd5954f256460bc971d1df2d1..d59597689b8bcf7972cceb451e170f279d28099d 100644 (file)
@@ -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 \