freeipa/install/ui/Makefile.am
Petr Vobornik b577b3d365 webui: remove login.html
https://fedorahosted.org/freeipa/ticket/4281

Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
2014-06-10 10:23:20 +02:00

31 lines
498 B
Makefile

AUTOMAKE_OPTIONS = 1.7
NULL =
SUBDIRS = \
build \
css \
images \
src \
$(NULL)
appdir = $(IPA_DATA_DIR)/ui
app_DATA = \
favicon.ico \
index.html \
jquery-ui.css \
ie.css \
ipa.css \
reset_password.js \
reset_password.html \
$(NULL)
EXTRA_DIST = \
$(app_DATA) \
$(NULL)
MAINTAINERCLEANFILES = \
*~ \
Makefile.in
$(NULL)