mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 00:41:25 -06:00
b36a3c693b
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>
31 lines
497 B
Makefile
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)
|