summaryrefslogtreecommitdiffstats
path: root/install/share/profiles/Makefile.am
blob: 640ca0a4a54c574da57b62b2b3c23f6db78df2fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
NULL =

appdir = $(IPA_DATA_DIR)/profiles
app_DATA =				\
	caIPAserviceCert.cfg		\
	IECUserRoles.cfg		\
	KDCs_PKINIT_Certs.cfg		\
	$(NULL)

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