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
3c22770a
Commit
3c22770a
authored
Sep 01, 2009
by
Howard Chu
Browse files
Also install ldapns.schema
parent
f99f2e5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/slapd-modules/nssov/Makefile
View file @
3c22770a
...
...
@@ -37,6 +37,8 @@ ldap_subdir=/openldap
libdir
=
$(exec_prefix)
/lib
libexecdir
=
$(exec_prefix)
/libexec
moduledir
=
$(libexecdir)$(ldap_subdir)
sysconfdir
=
$(prefix)
/etc
$(ldap_subdir)
schemadir
=
$(sysconfdir)
/schema
all
:
install
...
...
@@ -62,6 +64,7 @@ nssov.la: $(OBJS) $(XOBJS)
install
:
nssov.la
mkdir
-p
$(DESTDIR)$(moduledir)
$(LIBTOOL)
--mode
=
install cp
nssov.la
$(DESTDIR)$(moduledir)
cp
ldapns.schema
$(DESTDIR)$(schemadir)
clean
:
rm
-f
*
.
*
o
*
.la .libs/
*
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