summaryrefslogtreecommitdiffstats
path: root/install/updates/Makefile.am
blob: 5765bf17da71d8f58160c51fab1e432ce249adef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
NULL =

appdir = $(IPA_DATA_DIR)/updates
app_DATA =				\
	10-60basev2.update		\
	10-RFC2307bis.update		\
	10-RFC4876.update		\
	20-aci.update			\
	20-dna.update			\
	20-indices.update		\
	20-nss_ldap.update		\
	20-replication.update		\
	20-winsync_index.update		\
	21-replicas_container.update	\
	40-delegation.update		\
	45-roles.update			\
	50-lockout-policy.update	\
	50-groupuuid.update		\
	$(NULL)

EXTRA_DIST =				\
	$(app_DATA)			\
	$(NULL)

MAINTAINERCLEANFILES =			\
	*~				\
	Makefile.in