Fix makefiles after schema compat changes

This commit is contained in:
Simo Sorce 2008-12-02 15:09:47 -05:00
parent f9d6ac9529
commit 3fb6343149
3 changed files with 3 additions and 2 deletions

View File

@ -27,6 +27,7 @@ app_DATA = \
master-entry.ldif \
memberof-task.ldif \
unique-attributes.ldif \
schema_compat.uldif \
$(NULL)
EXTRA_DIST = \

View File

@ -4,7 +4,6 @@ appdir = $(IPA_DATA_DIR)/updates
app_DATA = \
RFC4876.update \
RFC2307bis.update \
schema_compatibility.update \
nss_ldap.update \
winsync_index.update \
replication.update \

View File

@ -10,7 +10,8 @@ man1_MANS = \
ipa-replica-prepare.1 \
ipa-server-certinstall.1 \
ipa-server-install.1 \
ipa-ldap-updater.1
ipa-ldap-updater.1 \
ipa-compat-manage.1
man8_MANS = \
ipactl.8 \