summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/static/images/Makefile.am
blob: 011e24aeca58d6e06f81dabea5b6ffc3bc8ea598 (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
NULL =

SUBDIRS =			\
        branding		\
        template		\
        $(NULL)

appdir = $(IPA_DATA_DIR)/ipagui/static/images
app_DATA = 			\
	down.gif		\
	favicon.ico		\
	header_inner.png	\
	info.png		\
	logo.png		\
	ok.png			\
	tg_under_the_hood.png	\
	under_the_hood_blue.png	\
	up.gif
	$(NULL)

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

MAINTAINERCLEANFILES =		\
	*~			\
	*.pyc			\
	Makefile.in