X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Fliblunicode%2FMakefile.in;h=01c9b7e1b1d97552244ac61013f447be477a7805;hb=f963a161500b55d6e575a227b4cf334465904cc2;hp=a243aac30636b216453c462c3727e1492c06cfda;hpb=ce07fb958e19488710040258e0271fd6c89c9687;p=openldap diff --git a/libraries/liblunicode/Makefile.in b/libraries/liblunicode/Makefile.in index a243aac306..01c9b7e1b1 100644 --- a/libraries/liblunicode/Makefile.in +++ b/libraries/liblunicode/Makefile.in @@ -1,5 +1,5 @@ # $OpenLDAP$ -## Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved. +## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. ## COPYING RESTRICTIONS APPLY, see COPYRIGHT file ## ## Makefile.in for LDAP -lldap @@ -14,6 +14,7 @@ SRCS = ucstr.c OBJS = ucdata.o ure.o urestubs.o ucstr.o XLIB = $(LIBRARY) +XLIBS = $(LDAP_LIBLBER_LA) $(LDAP_LIBLUTIL_A) PROGRAMS = ucgendat LDAP_INCDIR= ../../include @@ -23,7 +24,7 @@ ucgendat: $(XLIBS) ucgendat.o $(LTLINK) -o $@ ucgendat.o $(LIBS) ./ucgendat $(srcdir)/UnicodeData.txt -x $(srcdir)/CompositionExclusions.txt -DATFILES = case.dat cmbcl.dat comp.dat ctype.dat decomp.dat num.dat +DATFILES = case.dat cmbcl.dat comp.dat ctype.dat decomp.dat num.dat kdecomp.dat install-local: $(PROGRAMS) FORCE -$(MKDIR) $(DESTDIR)$(datadir)/ucdata @@ -42,6 +43,6 @@ install-local: $(PROGRAMS) FORCE $(XXSRCS) : .links clean-local: FORCE - @$(RM) *.dat .links + @$(RM) *.dat .links $(XXHEADERS) depend-common: .links