summaryrefslogtreecommitdiffstats
path: root/install/ui/layouts/default/Makefile.am
blob: 82a58c7f6b86c2ce6bb9462523ae671a1826f8cc (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
AUTOMAKE_OPTIONS = 1.7

NULL =

SUBDIRS =  				\
	$(NULL)

appdir = $(IPA_DATA_DIR)/ui/layouts/default
app_DATA =                              \
	hbacrule-details-accesstime.html	\
	hbacrule-details-general.html	\
	hbacrule-details-host.html		\
	hbacrule-details-service.html	\
	hbacrule-details-sourcehost.html	\
	hbacrule-details-user.html		\
	sudorule-details-general.html	\
	sudorule-group-dialog.html	\
	sudorule-host-dialog.html	\
	sudorule-hostgroup-dialog.html	\
	sudorule-user-dialog.html	\
	$(NULL)

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

MAINTAINERCLEANFILES =                  \
	*~                              \
	Makefile.in
	$(NULL)