freeipa/install/ui/Makefile.am
Petr Vobornik b36a3c693b webui: add sync_otp.html
standalone page for OTP token synchronization. It reuses SyncOTPScreen
widget instead of reimplementing the logic as in other standalone pages.

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

Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
2014-06-30 12:27:05 +02:00

31 lines
497 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 \
sync_otp.html \
$(NULL)
EXTRA_DIST = \
$(app_DATA) \
$(NULL)
MAINTAINERCLEANFILES = \
*~ \
Makefile.in
$(NULL)