From c15c1eee729e912f4f55c90861d4dd0be0bdd601 Mon Sep 17 00:00:00 2001 From: Pavel Zuna Date: Tue, 12 Jan 2010 16:40:09 +0100 Subject: Add DS migration plugin and password migration page. --- install/migration/Makefile.am | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 install/migration/Makefile.am (limited to 'install/migration/Makefile.am') 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 -- cgit