summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/static/images/template/Makefile.am
blob: dc769d846de2510c7feca55bee568198e67b672f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 =		\
	*~			\
	Makefile.in