freeipa/ipa-server/ipa-gui/ipagui/static/images/Makefile.am

29 lines
399 B
Makefile

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