summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/templates/Makefile.am
blob: 6626ad8c2a1dde20daa036eed21932e82b003132 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
NULL =

appdir = $(IPA_DATA_DIR)/ipagui/templates
app_PYTHON = 			\
	__init__.py		\
	$(NULL)

app_DATA =			\
	delegateedit.kid	\
	delegateform.kid	\
	delegategroupsearch.kid	\
	delegatelayout.kid	\
	delegatelist.kid	\
	delegatenew.kid		\
	dynamiceditsearch.kid	\
	groupeditform.kid	\
	groupedit.kid		\
	grouplayout.kid		\
	grouplist.kid		\
	groupnewform.kid	\
	groupnew.kid		\
	groupshow.kid		\
	ipapolicyeditform.kid	\
	ipapolicyedit.kid	\
	ipapolicyshow.kid	\
	loginfailed.kid		\
	master.kid		\
	policyindex.kid		\
	policylayout.kid	\
	usereditform.kid	\
	useredit.kid		\
	userlayout.kid		\
	userlist.kid		\
	usernewform.kid		\
	usernew.kid		\
	userselectsearch.kid	\
	usershow.kid		\
	welcome.kid		\
	unhandled_exception.kid \
	$(NULL)

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

MAINTAINERCLEANFILES =		\
	*~			\
	Makefile.in