Makefiles: Add signal.so to install targets
[prosody.git] / Makefile
index 606d92b07cf88c5a3e9f0e8b97c82a95fcef3c68..278d260baa63c4dd1efc97859a3ca3c3e724542b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ INSTALLEDDATA = $(DATADIR)
 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
@@ -43,6 +43,9 @@ util/hashes.so:
 util/pposix.so:
        $(MAKE) install -C util-src
 
+util/signal.so:
+       $(MAKE) install -C util-src
+
 prosody.install: prosody
        sed "s|^CFG_SOURCEDIR=.*;$$|CFG_SOURCEDIR='$(INSTALLEDSOURCE)';|; \
                s|^CFG_CONFIGDIR=.*;$$|CFG_CONFIGDIR='$(INSTALLEDCONFIG)';|; \