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
openldap
OpenLDAP
Commits
db8aec69
Commit
db8aec69
authored
Jul 27, 2002
by
Howard Chu
Browse files
test programs need -llutil
parent
0fcec3a0
Changes
1
Show whitespace changes
Inline
Side-by-side
libraries/libavl/Makefile.in
View file @
db8aec69
...
...
@@ -14,7 +14,7 @@ LDAP_LIBDIR= ../../libraries
LIBRARY
=
libavl.a
PROGRAMS
=
testavl
XLIBS
=
$(LIBRARY)
$(LDAP_LIBLBER_LA)
XLIBS
=
$(LIBRARY)
$(LDAP_LIBLBER_LA)
$(LDAP_LIBLUTIL_A)
testavl
:
$(XLIBS) testavl.o
$(LTLINK)
-o
$@
testavl.o
$(LIBS)
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