blob: 72acf7f4a750f9e825e61fb5f55abd1b90304c55 (
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-RFC2307bis.update \
10-RFC4876.update \
20-dna.update \
20-indices.update \
20-nss_ldap.update \
20-replication.update \
20-winsync_index.update \
30-automount.update \
30-hbacsvc.update \
30-groupofhosts.update \
30-netgroups.update \
30-rolegroup.update \
30-taskgroup.update \
40-delegation.update \
$(NULL)
EXTRA_DIST = \
$(app_DATA) \
$(NULL)
MAINTAINERCLEANFILES = \
*~ \
Makefile.in
|