mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
b5ebdb604b
Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
30 lines
479 B
Makefile
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)
|