]> git.sur5r.net Git - openldap/blobdiff - libraries/liblunicode/Makefile.in
New backend routine: back_attribute
[openldap] / libraries / liblunicode / Makefile.in
index 8733e8a81cd6b3e40fc4d2245c2fe026027afea7..4f8b891b2815606851dc3bdb72554f3f2a20271d 100644 (file)
@@ -1,10 +1,12 @@
 # $OpenLDAP$
+## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
 ##
 ## Makefile.in for LDAP -lldap
 ##
 LIBRARY = liblunicode.a
 
-XXDIR = */
+XXDIR = $(srcdir)/*/
 XXHEADERS = ucdata.h ure.h
 XXSRCS = ucdata.c ucgendat.c ure.c urestubs.c
 SRCS   = 
@@ -22,7 +24,7 @@ ucgendat: $(LIBRARY) ucgendat.o
 .links :
        @for i in $(XXSRCS) $(XXHEADERS); do \
                $(RM) $$i ; \
-               $(LN_S) $(XXDIR)/$$i . ; \
+               $(LN_S) $(XXDIR)$$i . ; \
        done
        touch .links