X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Fliblunicode%2FMakefile.in;h=a243aac30636b216453c462c3727e1492c06cfda;hb=5c701066571f8ff173a9bc8ade0439c4a1587b61;hp=13d3bd7d5aa48a82218d56b10a1e081c1e9160db;hpb=0e2af54a3ffdeebe3901370683be56fcc53023b0;p=openldap diff --git a/libraries/liblunicode/Makefile.in b/libraries/liblunicode/Makefile.in index 13d3bd7d5a..a243aac306 100644 --- a/libraries/liblunicode/Makefile.in +++ b/libraries/liblunicode/Makefile.in @@ -13,13 +13,13 @@ XXSRCS = ucdata.c ucgendat.c ure.c urestubs.c SRCS = ucstr.c OBJS = ucdata.o ure.o urestubs.o ucstr.o -XLIB = -llunicode +XLIB = $(LIBRARY) PROGRAMS = ucgendat LDAP_INCDIR= ../../include LDAP_LIBDIR= ../../libraries -ucgendat: $(LIBRARY) ucgendat.o +ucgendat: $(XLIBS) ucgendat.o $(LTLINK) -o $@ ucgendat.o $(LIBS) ./ucgendat $(srcdir)/UnicodeData.txt -x $(srcdir)/CompositionExclusions.txt