mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
1315ba19d2
ticket 950
22 lines
351 B
Makefile
22 lines
351 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_DATA_DIR)/updates
|
|
app_DATA = \
|
|
10-RFC2307bis.update \
|
|
10-RFC4876.update \
|
|
20-dna.update \
|
|
20-indices.update \
|
|
20-nss_ldap.update \
|
|
20-replication.update \
|
|
20-winsync_index.update \
|
|
40-delegation.update \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|