]> git.sur5r.net Git - openldap/commitdiff
ucdata needs to point to liblunicode not liblunicode/ucdata
authorKurt Zeilenga <kurt@openldap.org>
Mon, 30 Oct 2000 20:02:13 +0000 (20:02 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 30 Oct 2000 20:02:13 +0000 (20:02 +0000)
tests/Makefile.in

index 400a349952dac8ea0df992818605cf6b09e83a7d..0482a5ed1551689f9b755ec0c3a14d521319c5bb 100644 (file)
@@ -13,7 +13,7 @@ bdb: test-bdb
 test-bdb:      FORCE
        @-$(LN_S) $(srcdir)/data .
        @-$(LN_S) $(top_srcdir)/servers/slapd/schema .
-       @-$(LN_S) ../libraries/liblunicode/ucdata .
+       @-$(LN_S) ../libraries/liblunicode ucdata
        @if test "$(BUILD_LDBM)" = "yes" ; then \
                echo "Initiating LDAP tests for BDB..." ; \
                $(MKDIR) test-db test-repl || true; \
@@ -26,7 +26,7 @@ ldbm: test-ldbm
 test-ldbm:     FORCE
        @-$(LN_S) $(srcdir)/data .
        @-$(LN_S) $(top_srcdir)/servers/slapd/schema .
-       @-$(LN_S) ../libraries/liblunicode/ucdata .
+       @-$(LN_S) ../libraries/liblunicode ucdata
        @if test "$(BUILD_LDBM)" = "yes" ; then \
                echo "Initiating LDAP tests for LDBM..." ; \
                $(MKDIR) test-db test-repl || true; \
@@ -39,7 +39,7 @@ passwd: test-passwd
 test-passwd: FORCE
        @-$(LN_S) $(srcdir)/data .
        @-$(LN_S) $(top_srcdir)/servers/slapd/schema .
-       @-$(LN_S) ../libraries/liblunicode/ucdata .
+       @-$(LN_S) ../libraries/liblunicode ucdata
        @echo "Initiating LDAP tests..."
        @-$(MKDIR) test-db test-repl || true
        @$(srcdir)/scripts/passwd-search $(srcdir) passwd
@@ -48,7 +48,7 @@ test-nis-schema:        test-nis-schema-ldbm
 test-nis-schema-ldbm:
        @-$(LN_S) $(srcdir)/data .
        @-$(LN_S) $(top_srcdir)/servers/slapd/schema .
-       @-$(LN_S) ../libraries/liblunicode/ucdata .
+       @-$(LN_S) ../libraries/liblunicode ucdata
        @echo "Initiating LDAP server with NIS schema & ldbm backend..."; \
        $(MKDIR) test-db test-repl ; \
        $(srcdir)/scripts/startup_nis_ldap_server.sh $(srcdir) ldbm