Software /
code /
prosody
Diff
Makefile @ 993:b2e9456dc200
Makefiles: Add signal.so to install targets
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 12 Apr 2009 03:02:51 +0100 |
parent | 987:d55ec60331e7 |
child | 1090:e47310ca513b |
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