freeipa/install/ui/Makefile.am
Petr Vobornik b5ebdb604b webui: remove remnants of jquery-ui
Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
2014-06-10 10:23:22 +02:00

30 lines
479 B
Makefile

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