Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
b934eeb9
Commit
b934eeb9
authored
Jul 27, 2002
by
Howard Chu
Browse files
test progs need -llutil
parent
db8aec69
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/progs/Makefile.in
View file @
b934eeb9
...
...
@@ -11,9 +11,7 @@ SRCS = slapd-tester.c slapd-search.c slapd-read.c slapd-addel.c
LDAP_INCDIR
=
../../include
LDAP_LIBDIR
=
../../libraries
NT_XLIBS
=
$(LDAP_LIBLUTIL_A)
XLIBS
=
$(LDAP_LIBLDAP_LA)
$(LDAP_LIBLBER_LA)
$
(
@PLAT@_XLIBS
)
XLIBS
=
$(LDAP_LIBLDAP_LA)
$(LDAP_LIBLBER_LA)
$(LDAP_LIBLUTIL_A)
XXLIBS
=
$(SECURITY_LIBS)
$(LUTIL_LIBS)
# build-tools: FORCE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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