Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simon
OpenLDAP
Commits
2a220163
Commit
2a220163
authored
Jan 14, 1999
by
Kurt Zeilenga
Browse files
-lldif must proceed -lldap in 1.1 (for ldap_debug).
Might as well keep link order consistent between -devel and 1.1
parent
33999dc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/top.mk
View file @
2a220163
...
...
@@ -99,8 +99,9 @@ LDAP_LIBLUTIL_DEPEND = $(LDAP_LIBDIR)/liblutil/liblutil.a
LDAP_LIBLDBM_DEPEND
=
$(LDAP_LIBDIR)
/libldbm/libldbm.a
LDAP_LIBLTHREAD_DEPEND
=
$(LDAP_LIBDIR)
/liblthread/liblthread.a
LDAP_LIBS
=
$(LDAP_LIBPATH)
$(LDAP_LIBLDAP)
$(LDAP_LIBLBER)
\
$(LDAP_LIBLDIF)
$(LDAP_LIBLUTIL)
LDAP_LIBS
=
$(LDAP_LIBPATH)
$(LDAP_LIBLDIF)
\
$(LDAP_LIBLDAP)
$(LDAP_LIBLBER)
\
$(LDAP_LIBLUTIL)
LDAP_LIBDEPEND
=
$(LDAP_LIBLDAP_DEPEND)
$(LDAP_LIBLBER_DEPEND)
\
$(LDAP_LIBLDIF_DEPEND)
$(LDAP_LIBLUTIL_DEPEND)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment