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
Nadezhda Ivanova
OpenLDAP
Commits
af17a9f7
Commit
af17a9f7
authored
Aug 25, 1999
by
Kurt Zeilenga
Browse files
Add dn.c
parent
d08e16cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/Makefile.in
View file @
af17a9f7
...
...
@@ -16,7 +16,7 @@ SRCS = bind.c open.c result.c error.c compare.c search.c \
getdn.c getentry.c getattr.c getvalues.c addentry.c
\
request.c getdxbyname.c os-ip.c url.c charset.c
\
init.c options.c print.c string.c util-int.c schema.c
\
charray.c digest.c tls.c
charray.c digest.c tls.c
dn.c
OBJS
=
bind.lo open.lo result.lo error.lo compare.lo search.lo
\
controls.lo messages.lo references.lo extended.lo
\
modify.lo add.lo modrdn.lo delete.lo abandon.lo ufn.lo cache.lo
\
...
...
@@ -25,7 +25,7 @@ OBJS = bind.lo open.lo result.lo error.lo compare.lo search.lo \
getdn.lo getentry.lo getattr.lo getvalues.lo addentry.lo
\
request.lo getdxbyname.lo os-ip.lo url.lo charset.lo
\
init.lo options.lo print.lo string.lo util-int.lo schema.lo
\
charray.lo digest.lo tls.lo
charray.lo digest.lo tls.lo
dn.lo
LDAP_INCDIR
=
../../include
LDAP_LIBDIR
=
../../libraries
...
...
libraries/libldap_r/Makefile.in
View file @
af17a9f7
...
...
@@ -15,7 +15,7 @@ XXSRCS = apitest.c test.c tmpltest.c extended.c \
getdn.c getentry.c getattr.c getvalues.c addentry.c
\
request.c getdxbyname.c os-ip.c url.c charset.c
\
init.c options.c print.c string.c util-int.c schema.c
\
charray.c digest.c tls.c
charray.c digest.c tls.c
dn.c
SRCS
=
thr_posix.c thr_cthreads.c thr_thr.c thr_lwp.c thr_nt.c
\
thr_pth.c thr_sleep.c thr_stub.c rdwr.c
OBJS
=
extended.lo
\
...
...
@@ -28,7 +28,7 @@ OBJS = extended.lo \
init.lo options.lo print.lo string.lo util-int.lo schema.lo
\
thr_posix.lo thr_cthreads.lo thr_thr.lo thr_lwp.lo thr_nt.lo
\
thr_pth.lo thr_sleep.lo thr_stub.lo rdwr.lo
\
charray.lo digest.lo tls.lo
charray.lo digest.lo tls.lo
dn.lo
LDAP_INCDIR
=
../../include
LDAP_LIBDIR
=
../../libraries
...
...
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