mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
17 lines
212 B
Makefile
17 lines
212 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_DATA_DIR)/ipagui/helpers
|
|
app_PYTHON = \
|
|
__init__.py \
|
|
ipahelper.py \
|
|
userhelper.py \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
*.pyc \
|
|
Makefile.in
|