Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
2f7d0a23
Commit
2f7d0a23
authored
26 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Add clients/servers Makefile.in to the mix.
parent
0d3bce85
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
clients/Makefile.in
+6
-0
6 additions, 0 deletions
clients/Makefile.in
configure.in
+2
-2
2 additions, 2 deletions
configure.in
include/Makefile.in
+4
-3
4 additions, 3 deletions
include/Makefile.in
servers/Makefile.in
+7
-0
7 additions, 0 deletions
servers/Makefile.in
with
19 additions
and
5 deletions
clients/Makefile.in
0 → 100644
+
6
−
0
View file @
2f7d0a23
## Copyright 1998 Net Boolean Incorporated
## COPYING RESTRICTIONS APPLY, See COPYING file
##
## Clients Makefile.in for OpenLDAP
SUBDIRS
=
tools ud finger gopher mail500 fax500 rcpt500
This diff is collapsed.
Click to expand it.
configure.in
+
2
−
2
View file @
2f7d0a23
...
...
@@ -323,7 +323,6 @@ AC_REPLACE_FUNCS(strdup)
CF_SYS_ERRLIST
dnl AC_OUTPUT( \
dnl clients/Makefile:build/top.mk:clients/Makefile.in:build/dir.mk \
dnl clients/tools/Makefile:build/top.mk:clients/tools/Makefile.in:build/rules.mk \
dnl clients/ud/Makefile:build/top.mk:clients/ud/Makefile.in:build/rules.mk \
dnl clients/fax500/Makefile:build/top.mk:clients/fax500/Makefile.in:build/rules.mk \
...
...
@@ -340,7 +339,6 @@ dnl libraries/libldap/Makefile:build/top.mk:libraries/libldap/Makefile.in:build/
dnl libraries/libldbm/Makefile:build/top.mk:libraries/libldbm/Makefile.in:build/lib.mk \
dnl libraries/libldif/Makefile:build/top.mk:libraries/libldif/Makefile.in:build/lib.mk \
dnl libraries/liblthread/Makefile:build/top.mk:libraries/liblthread/Makefile.in:build/lib.mk \
dnl servers/Makefile:build/top.mk:servers/Makefile.in:build/dir.mk \
dnl servers/ldapd/Makefile:build/top.mk:servers/ldapd/Makefile.in:build/srv.mk \
dnl servers/slapd/Makefile:build/top.mk:servers/slapd/Makefile.in:build/srv.mk \
dnl servers/slapd/back-ldbm/Makefile:build/top.mk:servers/slapd/back-ldbm/Makefile.in:build/srv.mk \
...
...
@@ -354,7 +352,9 @@ dnl Makefile:build/top.mk:Makefile.in:build/dir.mk, \
dnl [date > stamp-h])
AC_OUTPUT( \
clients/Makefile:build/top.mk:clients/Makefile.in:build/dir.mk \
include/Makefile:build/top.mk:include/Makefile.in \
libraries/Makefile:build/top.mk:libraries/Makefile.in:build/dir.mk \
servers/Makefile:build/top.mk:servers/Makefile.in:build/dir.mk \
Makefile:build/top.mk:Makefile.in:build/dir.mk \
,[date > stamp-h])
This diff is collapsed.
Click to expand it.
include/Makefile.in
+
4
−
3
View file @
2f7d0a23
#
# Makefile.in for OpenLDAP include directory
#
## Copyright 1998 Net Boolean Incorporated
## COPYING RESTRICTIONS APPLY, See COPYING file
##
## include Makefile.in for OpenLDAP
install
:
all FORCE
-$(
MKDIR
)
-p
$(
includedir
)
...
...
This diff is collapsed.
Click to expand it.
servers/Makefile.in
0 → 100644
+
7
−
0
View file @
2f7d0a23
## Copyright 1998 Net Boolean Incorporated
## COPYING RESTRICTIONS APPLY, See COPYING file
##
## servers Makefile.in for OpenLDAP
SUBDIRS
=
ldapd slapd slurpd
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment