summaryrefslogtreecommitdiffstats
path: root/install/ui/Makefile.am
blob: 9e48671133f3c00c1af92ecd807ff93fb908214a (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 =  				\
	build				\
	css				\
	images				\
	src				\
	$(NULL)

appdir = $(IPA_DATA_DIR)/ui
app_DATA =				\
	favicon.ico			\
	index.html 			\
	ie.css				\
	ipa.css				\
	reset_password.js		\
	reset_password.html		\
	sync_otp.html		\
	$(NULL)

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

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