Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ingo Voss
OpenLDAP
Commits
ead043db
Commit
ead043db
authored
Nov 27, 2002
by
Kurt Zeilenga
Browse files
Update build order to ensure -llber is available for ucgendat
parent
745b572f
Changes
3
Hide whitespace changes
Inline
Side-by-side
libraries/Makefile.in
View file @
ead043db
...
...
@@ -4,7 +4,8 @@
##
## Libraries Makefile for OpenLDAP
SUBDIRS
=
liblutil liblunicode libldif
\
liblber libldap libldap_r
\
SUBDIRS
=
liblutil liblber
\
liblunicode libldif
\
libldap libldap_r
\
libavl libldbm librewrite
libraries/liblber/Makefile.in
View file @
ead043db
...
...
@@ -17,7 +17,7 @@ LIB_DEFS = -DLBER_LIBRARY
SRCS
=
assert.c decode.c encode.c io.c bprint.c debug.c
\
memory.c options.c sockbuf.c
$
(
@PLAT@_SRCS
)
OBJS
=
assert.lo decode.lo encode.lo io.lo bprint.lo debug.lo
\
OBJS
=
assert.lo decode.lo encode.lo io.lo bprint.lo debug.lo
\
memory.lo options.lo sockbuf.lo
$
(
@PLAT@_OBJS
)
XSRCS
=
version.c
...
...
libraries/liblunicode/Makefile.in
View file @
ead043db
...
...
@@ -14,7 +14,7 @@ SRCS = ucstr.c
OBJS
=
ucdata.o ure.o urestubs.o ucstr.o
XLIB
=
$(LIBRARY)
XLIBS
=
$(LDAP_LIBLUTIL_A)
XLIBS
=
$(LDAP_LIBLBER_LA)
$(LDAP_LIBLUTIL_A)
PROGRAMS
=
ucgendat
LDAP_INCDIR
=
../../include
...
...
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