mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
60e19b585c
Part of https://fedorahosted.org/freeipa/ticket/3259 Part of https://fedorahosted.org/freeipa/ticket/3520 Reviewed-By: Rob Crittenden <rcritten@redhat.com>
18 lines
234 B
Makefile
18 lines
234 B
Makefile
NULL =
|
|
|
|
appdir = $(pythondir)/ipaclient
|
|
app_PYTHON = \
|
|
__init__.py \
|
|
ipachangeconf.py \
|
|
ipadiscovery.py \
|
|
ntpconf.py \
|
|
ipa_certupdate.py \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|