Changeset

512:eb50ee09c2bb

'install' libs to util before top-level make install
author Matthew Wild <mwild1@gmail.com>
date Sun, 30 Nov 2008 19:31:43 +0000
parents 511:f9ab28562fda
children 513:cadc9d6db7d8
files Makefile
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Nov 30 19:02:00 2008 +0000
+++ b/Makefile	Sun Nov 30 19:31:43 2008 +0000
@@ -12,8 +12,7 @@
 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)