mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
2427b2c242
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>
20 lines
441 B
Makefile
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
|