mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
Fix liblutil link order
This commit is contained in:
parent
f3c82a78a0
commit
8713229bba
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ SRCS = ucstr.c
|
|||
OBJS = ucdata.o ure.o urestubs.o ucstr.o
|
||||
|
||||
XLIB = $(LIBRARY)
|
||||
XLIBS = $(LDAP_LIBLBER_LA) $(LDAP_LIBLUTIL_A)
|
||||
XLIBS = $(LDAP_LIBLUTIL_A) $(LDAP_LIBLBER_LA)
|
||||
#PROGRAMS = ucgendat
|
||||
|
||||
LDAP_INCDIR= ../../include
|
||||
|
|
|
|||
Loading…
Reference in a new issue