Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
309ed644
Commit
309ed644
authored
Oct 22, 1998
by
Kurt Zeilenga
Browse files
Fix ltest/ttest linking.
parent
05499666
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/Makefile.in
View file @
309ed644
...
...
@@ -21,13 +21,13 @@ OBJS = bind.o open.o result.o error.o compare.o search.o \
getdn.o getentry.o getattr.o getvalues.o addentry.o
\
request.o getdxbyname.o os-ip.o url.o charset.o
LIBS
=
-L
.
-L
../liblber
-lldap
-llber
$(AC_LIBS)
LIBS
=
-L
$(LDAP_LIBDIR)
-lldap
-llber
$(AC_LIBS)
LIBLBER
=
../liblber/liblber.a
ltest
:
$(LIBRARY) test.o $(LIBLBER)
$(CC)
$(LDFLAGS)
-o
$@
test.o
$(LIBS)
ttest
:
$(LIBRARY) tmpltest.o $(LIBLBER)
$(CC)
$(LDFLAGS)
-o
$@
test.o
$(LIBS)
$(CC)
$(LDFLAGS)
-o
$@
tmpl
test.o
$(LIBS)
CFFILES
=
ldapfilter.conf ldapfriendly ldaptemplates.conf ldapsearchprefs.conf
...
...
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