summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/static/images/template/Makefile.am
blob: a446ce63728019dff9e4f90fe0e9f7b23946fc21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
NULL =

appdir = $(IPA_DATA_DIR)/ipagui/static/images/template
app_DATA = 			\
	background-content.png \
	background-navbar-active_fullsize.png \
	background-navbar-active.png \
	background-navbar_fullsize.png \
	background-navbar.png \
	background.png \
	background-sidebar.png \
	$(NULL)

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

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