mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
31 lines
383 B
Makefile
31 lines
383 B
Makefile
NULL =
|
|
|
|
SUBDIRS = \
|
|
config \
|
|
forms \
|
|
helpers \
|
|
static \
|
|
subcontrollers \
|
|
templates \
|
|
tests \
|
|
$(NULL)
|
|
|
|
appdir = $(IPA_DATA_DIR)/ipagui
|
|
app_PYTHON = \
|
|
__init__.py \
|
|
controllers.py \
|
|
json.py \
|
|
model.py \
|
|
proxyprovider.py \
|
|
proxyvisit.py \
|
|
release.py \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
*.pyc \
|
|
Makefile.in
|