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
Joe Martin
OpenLDAP
Commits
088ff280
Commit
088ff280
authored
Sep 21, 1998
by
Kurt Zeilenga
Browse files
Fix library depends
parent
8c1eae32
Changes
2
Hide whitespace changes
Inline
Side-by-side
build/top.mk
View file @
088ff280
...
...
@@ -73,7 +73,8 @@ AC_LIBS = @LDFLAGS@ @LIBS@
AC_CFLAGS
=
@CFLAGS@
AC_LDFLAGS
=
LIBTERMCAP
=
@LIBTERMCAP@
TERMCAP_DEFS
=
@TERMCAP_DEFS@
TERMCAP_LIBS
=
@TERMCAP_LIBS@
# Our Defaults
CC
=
$(AC_CC)
...
...
servers/slapd/Makefile.in
View file @
088ff280
...
...
@@ -70,10 +70,10 @@ libbackends.a: .backend
@
ls
-l
libbackends.a
version.c
:
libbackends.a $(OBJS) $(LDAP_LIBDEPEND)
\
$(LDAP_LIBDIR)/libl
ber
.a
\
$(LDAP_LIBDIR)/lib
lldbm
.a
\
$(LDAP_LIBDIR)/libl
avl
.a
\
$(LDAP_LIBDIR)/libl
ldif
.a
\
$(LDAP_LIBDIR)/libl
dbm
.a
\
$(LDAP_LIBDIR)/lib
avl
.a
\
$(LDAP_LIBDIR)/libl
dif
.a
\
$(LDAP_LIBDIR)/libl
util
.a
\
$(LDAP_LIBDIR)/liblthread.a
$(RM)
$@
(
u
=
$
${
USER
-root
}
v
=
`
$(CAT)
$(VERSIONFILE)
`
d
=
`
$(PWD)
`
h
=
`
$(HOSTNAME)
`
\
...
...
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