1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
NULL = appdir = $(pythondir)/ipaserver/install app_PYTHON = \ __init__.py \ baseupdate.py \ fix_replica_agreements.py \ rename_managed.py \ dns.py \ updateclient.py \ update_services.py \ update_anonymous_aci.py \ $(NULL) EXTRA_DIST = \ $(NULL) MAINTAINERCLEANFILES = \ *~ \ Makefile.in