summaryrefslogtreecommitdiffstats
path: root/ipa-client/ipaclient
diff options
context:
space:
mode:
authorKarl MacMillan <kmacmill@redhat.com>2007-10-17 15:46:39 -0400
committerKarl MacMillan <kmacmill@redhat.com>2007-10-17 15:46:39 -0400
commit1fcc3c66508e1e232768ae6a17396c2e44c669d0 (patch)
tree35df088d4eb319001418c81cc9f1752baa8c1306 /ipa-client/ipaclient
parent31fb0033ba89304fbaa54e78f680960092b557ca (diff)
downloadfreeipa-1fcc3c66508e1e232768ae6a17396c2e44c669d0.tar.gz
freeipa-1fcc3c66508e1e232768ae6a17396c2e44c669d0.tar.xz
freeipa-1fcc3c66508e1e232768ae6a17396c2e44c669d0.zip
Autotool ipa-client - patch from William Jon McCann <mccann@jhu.edu>
Diffstat (limited to 'ipa-client/ipaclient')
-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