freeipa/ipaserver/install/plugins/Makefile.am

19 lines
264 B
Makefile
Raw Normal View History

NULL =
appdir = $(pythondir)/ipaserver/install
app_PYTHON = \
__init__.py \
baseupdate.py \
fix_replica_memberof.py \
rename_managed.py \
dns.py \
updateclient.py \
$(NULL)
EXTRA_DIST = \
$(NULL)
MAINTAINERCLEANFILES = \
*~ \
Makefile.in