]> git.sur5r.net Git - openldap/blobdiff - clients/ud/Makefile.in
Fix format %x -> %lx in des_string_to_key
[openldap] / clients / ud / Makefile.in
index be1dd4aa22c4bd31e363a0d1bd8ba0663f39b186..8d2e2297c7640ad55bf5c9762b0b3d545eec08bb 100644 (file)
@@ -10,14 +10,14 @@ LDAP_INCDIR= ../../include
 LDAP_LIBDIR= ../../libraries
 
 XLIBS =  -lldif -lldap -llber -llutil
-XXLIBS = $(TERMCAP_LIBS) $(KRB_LIBS) $(LUTIL_LIBS)
+XXLIBS = $(TERMCAP_LIBS) $(KRB_LIBS) $(TLS_LIBS) $(LUTIL_LIBS)
 
 ud : version.o
        $(LTLINK) -o $@ version.o $(OBJS) $(LIBS)
 
 version.c: ${OBJS} $(LDAP_LIBDEPEND)
        @-$(RM) $@
-       $(MKVERSION) ud > $@
+       $(MKVERSION) -s -c -n Version UserDirectory > $@
 
 install-local: FORCE
        -$(MKDIR) $(bindir)