aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-11-30 19:31:43 +0000
committerMatthew Wild <mwild1@gmail.com>2008-11-30 19:31:43 +0000
commit8edf67c555681b333e20aef667dc09d086a0384f (patch)
tree28db1a9c067f1228cba679b9558cfff1c5d41333 /Makefile
parentda2f3ee85ac19a44a1781a7a6a591e75f03c5684 (diff)
downloadprosody-8edf67c555681b333e20aef667dc09d086a0384f.tar.gz
prosody-8edf67c555681b333e20aef667dc09d086a0384f.zip
'install' libs to util before top-level make install
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 80b1c25a..53f81dd4 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,7 @@ INSTALLEDCONFIG = $(SYSCONFDIR)
INSTALLEDMODULES = $(PREFIX)/lib/prosody/modules
INSTALLEDDATA = $(DATADIR)
-all: prosody.install prosody.cfg.lua.install
- $(MAKE) all -C util-src
+all: prosody.install prosody.cfg.lua.install util/encodings.so util/hashes.so
install: prosody.install prosody.cfg.lua.install util/encodings.so util/encodings.so
install -d $(BIN) $(CONFIG) $(MODULES) $(SOURCE) $(DATA)