mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-07 23:03:00 -06:00
18 lines
237 B
Makefile
18 lines
237 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_DATA_DIR)/ipagui/subcontrollers
|
|
app_PYTHON = \
|
|
__init__.py \
|
|
group.py \
|
|
ipacontroller.py \
|
|
user.py \
|
|
delegation.py \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|