summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/plugins/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ipaserver/install/plugins/Makefile.am')
-rw-r--r--ipaserver/install/plugins/Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/ipaserver/install/plugins/Makefile.am b/ipaserver/install/plugins/Makefile.am
new file mode 100644
index 000000000..a96d0be5c
--- /dev/null
+++ b/ipaserver/install/plugins/Makefile.am
@@ -0,0 +1,16 @@
+NULL =
+
+appdir = $(pythondir)/ipaserver/install
+app_PYTHON = \
+ __init__.py \
+ baseupdate.py \
+ rename_managed.py \
+ updateclient.py \
+ $(NULL)
+
+EXTRA_DIST = \
+ $(NULL)
+
+MAINTAINERCLEANFILES = \
+ *~ \
+ Makefile.in