Software /
code /
prosody
Changeset
993:b2e9456dc200
Makefiles: Add signal.so to install targets
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 12 Apr 2009 03:02:51 +0100 |
parents | 992:3153eff6dae2 |
children | 994:8fd4efc3ed96 |
files | Makefile util-src/Makefile |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Apr 12 02:59:09 2009 +0100 +++ b/Makefile Sun Apr 12 03:02:51 2009 +0100 @@ -15,7 +15,7 @@ all: prosody.install prosody.cfg.lua.install $(MAKE) -C util-src install -install: prosody.install prosody.cfg.lua.install util/encodings.so util/encodings.so util/pposix.so +install: prosody.install prosody.cfg.lua.install util/encodings.so util/encodings.so util/pposix.so util/signal.so install -d $(BIN) $(CONFIG) $(MODULES) $(SOURCE) $(DATA) install -d $(CONFIG)/certs install -d $(SOURCE)/core $(SOURCE)/net $(SOURCE)/util