summaryrefslogtreecommitdiffstats
path: root/install/ui/Makefile.am
blob: e4256de913b7d178c529390732075c183a14f247 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
AUTOMAKE_OPTIONS = 1.7

NULL =

SUBDIRS =  				\
	ext				\
	images				\
	$(NULL)

appdir = $(IPA_DATA_DIR)/ui
app_DATA =				\
	aci.js				\
	add.js				\
	association.js			\
	automember.js			\
	automount.js			\
	browser.js			\
	certificate.js 			\
	details.js 			\
	dialog.js 			\
	dns.js				\
	entitle.js 			\
	entity.js 			\
	facet.js 			\
	favicon.ico			\
	field.js			\
	group.js 			\
	hbac.js 			\
	hbactest.js 			\
	host.js 			\
	hostgroup.js 			\
	index.html 			\
	ipa.css				\
	ipa.js				\
	jquery-ui.css			\
	jquery-ui.js			\
	jquery.ba-bbq.js		\
	jquery.js			\
	jquery.ordered-map.js 		\
	json2.js			\
	login.html			\
	login.js			\
	logout.html			\
	navigation.js			\
	net.js				\
	netgroup.js 			\
	overpass_bold-web.eot		\
	overpass_bold-web.svg		\
	overpass_bold-web.ttf		\
	overpass_bold-web.woff		\
	overpass_regular-web.eot	\
	overpass_regular-web.svg	\
	overpass_regular-web.ttf	\
	overpass_regular-web.woff	\
	policy.js			\
	rule.js 			\
	search.js 			\
	selinux.js 			\
	serverconfig.js			\
	service.js 			\
	sudo.js				\
	user.js 			\
	webui.js 			\
	widget.js 			\
	$(NULL)

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

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