aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2011-03-18 10:33:38 +0000
committerMatthew Wild <mwild1@gmail.com>2011-03-18 10:33:38 +0000
commit272ca5fce11d42d9cd3b50c0f3baa03729583443 (patch)
treea6d0807e4dba931a6e0d15137416c3a532c2161f
parent6d716b8e257b79ae6c89c4b4fe08e0fc4cebd1d7 (diff)
parentceffa60caf80a654620c0d78d5d9cec76d305a0b (diff)
downloadprosody-272ca5fce11d42d9cd3b50c0f3baa03729583443.tar.gz
prosody-272ca5fce11d42d9cd3b50c0f3baa03729583443.zip
Merge 0.8->trunk
-rw-r--r--tools/migration/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/migration/Makefile b/tools/migration/Makefile
index 839f2d87..adceafd4 100644
--- a/tools/migration/Makefile
+++ b/tools/migration/Makefile
@@ -12,9 +12,9 @@ INSTALLEDCONFIG = $(SYSCONFDIR)
INSTALLEDMODULES = $(PREFIX)/lib/prosody/modules
INSTALLEDDATA = $(DATADIR)
-SOURCE_FILES = main.lua migrator/*.lua
+SOURCE_FILES = migrator/*.lua
-all: prosody-migrator.install migrator.cfg.lua.install $(SOURCE_FILES)
+all: prosody-migrator.install migrator.cfg.lua.install main.lua $(SOURCE_FILES)
install: prosody-migrator.install migrator.cfg.lua.install
install -d $(BIN) $(CONFIG) $(SOURCE) $(SOURCE)/migrator