mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
ITS#6870 fix Makefile breakage due to ITS#6194
This commit is contained in:
parent
868e11f6f5
commit
a9701ef5a0
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ OBJS = base64.o entropy.o sasl.o signal.o hash.o passfile.o \
|
|||
meter.o \
|
||||
@LIBOBJS@ $(@PLAT@_OBJS)
|
||||
|
||||
SHAREDLIBOBJS = ldif.lo fetch.lo
|
||||
SHAREDLIBOBJS = ldif.lo fetch.lo $(LDAP_LIBLBER_LA)
|
||||
|
||||
testavl: $(XLIBS) testavl.o
|
||||
(LTLINK) -o $@ testavl.o $(LIBS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue