summaryrefslogtreecommitdiffstats
path: root/install/migration/Makefile.am
diff options
context:
space:
mode:
authorPavel Zuna <pzuna@redhat.com>2010-01-12 16:40:09 +0100
committerRob Crittenden <rcritten@redhat.com>2010-01-20 16:54:17 -0500
commitc15c1eee729e912f4f55c90861d4dd0be0bdd601 (patch)
treed6f7897fec77a6be50daa7d33b81812ad73576aa /install/migration/Makefile.am
parent41a7a8d3d4d79cf15dac5583fc5aa8c301282c98 (diff)
downloadfreeipa-c15c1eee729e912f4f55c90861d4dd0be0bdd601.tar.gz
freeipa-c15c1eee729e912f4f55c90861d4dd0be0bdd601.tar.xz
freeipa-c15c1eee729e912f4f55c90861d4dd0be0bdd601.zip
Add DS migration plugin and password migration page.
Diffstat (limited to 'install/migration/Makefile.am')
-rw-r--r--install/migration/Makefile.am18
1 files changed, 18 insertions, 0 deletions
diff --git a/install/migration/Makefile.am b/install/migration/Makefile.am
new file mode 100644
index 000000000..201a807cd
--- /dev/null
+++ b/install/migration/Makefile.am
@@ -0,0 +1,18 @@
+NULL =
+
+appdir = $(IPA_DATA_DIR)/migration
+app_DATA = \
+ error.html \
+ index.html \
+ invalid.html \
+ migration.css \
+ migration.py \
+ $(NULL)
+
+EXTRA_DIST = \
+ $(app_DATA) \
+ $(NULL)
+
+MAINTAINERCLEANFILES = \
+ *~ \
+ Makefile.in