Skip to content
Snippets Groups Projects
Commit a784654d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Modify build order to have lutil first and lthread last (libldap_r

will eventually be very last).  Add lthread/lutil to libldap_r test
program linkage.
parent 28a671d1
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,6 @@
##
## Libraries Makefile for OpenLDAP
SUBDIRS= libavl liblber libldap libldif libldbm liblthread \
liblutil # libldap_r
SUBDIRS= liblutil libavl libldif liblber libldap libldbm \
liblthread # libldap_r
......@@ -27,8 +27,9 @@ LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries
XDEFS = -DLDAP_R_COMPILE -I$(XXDIR)
XLIBS = -lldap_r -llber
XXLIBS =
XLIBS = -lldap_r -llber -llthread -llutil
XXLIBS = $(LUTIL_LIBS)
XXXLIBS = $(LTHREAD_LIBS)
.links : FORCE
@for i in $(XXSRCS); do \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment