summaryrefslogtreecommitdiffstats
path: root/ipa-client/ipaclient/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-client/ipaclient/Makefile.am')
-rw-r--r--ipa-client/ipaclient/Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/ipa-client/ipaclient/Makefile.am b/ipa-client/ipaclient/Makefile.am
new file mode 100644
index 00000000..c4008585
--- /dev/null
+++ b/ipa-client/ipaclient/Makefile.am
@@ -0,0 +1,16 @@
+NULL =
+
+appdir = $(IPA_DATA_DIR)/ipaclient
+app_PYTHON = \
+ __init__.py \
+ dnsclient.py \
+ ipachangeconf.py \
+ ipadiscovery.py \
+ $(NULL)
+
+EXTRA_DIST = \
+ $(NULL)
+
+MAINTAINERCLEANFILES = \
+ *~ \
+ Makefile.in