Software /
code /
prosody
Diff
Makefile @ 5936:97b891475cd6
Merge 0.10->trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 11 Dec 2013 22:32:17 +0000 |
parent | 5933:56b1f151f4a3 |
child | 6044:1ce05d38d1bb |
line wrap: on
line diff
--- a/Makefile Fri Nov 29 20:11:53 2013 +0000 +++ b/Makefile Wed Dec 11 22:32:17 2013 +0000 @@ -17,7 +17,9 @@ all: prosody.install prosodyctl.install prosody.cfg.lua.install prosody.version $(MAKE) -C util-src install - $(MAKE) -C certs localhost.crt example.com.crt +ifeq ($(EXCERTS),yes) + $(MAKE) -C certs localhost.crt example.com.crt || true +endif install: prosody.install prosodyctl.install prosody.cfg.lua.install util/encodings.so util/encodings.so util/pposix.so util/signal.so install -d $(BIN) $(CONFIG) $(MODULES) $(SOURCE)