diff options
author | Matthew Wild <mwild1@gmail.com> | 2011-03-18 10:33:38 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2011-03-18 10:33:38 +0000 |
commit | 272ca5fce11d42d9cd3b50c0f3baa03729583443 (patch) | |
tree | a6d0807e4dba931a6e0d15137416c3a532c2161f /tools | |
parent | 6d716b8e257b79ae6c89c4b4fe08e0fc4cebd1d7 (diff) | |
parent | ceffa60caf80a654620c0d78d5d9cec76d305a0b (diff) | |
download | prosody-272ca5fce11d42d9cd3b50c0f3baa03729583443.tar.gz prosody-272ca5fce11d42d9cd3b50c0f3baa03729583443.zip |
Merge 0.8->trunk
Diffstat (limited to 'tools')
-rw-r--r-- | tools/migration/Makefile | 4 |
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 |