mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-07 23:03:00 -06:00
20 lines
232 B
Makefile
20 lines
232 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_DATA_DIR)/ipagui/config
|
|
app_PYTHON = \
|
|
__init__.py \
|
|
$(NULL)
|
|
|
|
app_DATA = \
|
|
app.cfg \
|
|
log.cfg \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|