freeipa/install/ui/images/Makefile.am
Martin Basti 2427b2c242 Remove ico files from Makefile
Icons were removed in a4be844809 but still
persist in Makefile. This patch fixes Makefile.

https://fedorahosted.org/freeipa/ticket/823

Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
2015-07-27 16:19:49 +02:00

20 lines
441 B
Makefile

NULL =
appdir = $(IPA_DATA_DIR)/ui/images
app_DATA = \
facet-tab-off.png \
facet-tab-on.png \
header-logo.png \
login-screen-background.jpg \
login-screen-logo.png \
product-name.png \
$(NULL)
EXTRA_DIST = \
$(app_DATA) \
$(NULL)
MAINTAINERCLEANFILES = \
*~ \
Makefile.in