mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix makefiles after schema compat changes
This commit is contained in:
parent
f9d6ac9529
commit
3fb6343149
@ -27,6 +27,7 @@ app_DATA = \
|
|||||||
master-entry.ldif \
|
master-entry.ldif \
|
||||||
memberof-task.ldif \
|
memberof-task.ldif \
|
||||||
unique-attributes.ldif \
|
unique-attributes.ldif \
|
||||||
|
schema_compat.uldif \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
@ -4,7 +4,6 @@ appdir = $(IPA_DATA_DIR)/updates
|
|||||||
app_DATA = \
|
app_DATA = \
|
||||||
RFC4876.update \
|
RFC4876.update \
|
||||||
RFC2307bis.update \
|
RFC2307bis.update \
|
||||||
schema_compatibility.update \
|
|
||||||
nss_ldap.update \
|
nss_ldap.update \
|
||||||
winsync_index.update \
|
winsync_index.update \
|
||||||
replication.update \
|
replication.update \
|
||||||
|
@ -10,7 +10,8 @@ man1_MANS = \
|
|||||||
ipa-replica-prepare.1 \
|
ipa-replica-prepare.1 \
|
||||||
ipa-server-certinstall.1 \
|
ipa-server-certinstall.1 \
|
||||||
ipa-server-install.1 \
|
ipa-server-install.1 \
|
||||||
ipa-ldap-updater.1
|
ipa-ldap-updater.1 \
|
||||||
|
ipa-compat-manage.1
|
||||||
|
|
||||||
man8_MANS = \
|
man8_MANS = \
|
||||||
ipactl.8 \
|
ipactl.8 \
|
||||||
|
Loading…
Reference in New Issue
Block a user