]> git.sur5r.net Git - openldap/blobdiff - libraries/liblunicode/Makefile.in
Remove an implicit int, to silence gcc warnings.
[openldap] / libraries / liblunicode / Makefile.in
index a243aac30636b216453c462c3727e1492c06cfda..01c9b7e1b1d97552244ac61013f447be477a7805 100644 (file)
@@ -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