mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-24 07:43:16 -05:00
Also install ldapns.schema
This commit is contained in:
parent
f99f2e5fdb
commit
3c22770aca
1 changed files with 3 additions and 0 deletions
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue