aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-04-12 03:02:51 +0100
committerMatthew Wild <mwild1@gmail.com>2009-04-12 03:02:51 +0100
commitfcd300734f1d94c6a1e2fd11d126ff58d0313c75 (patch)
treee8df232cd3811bbc59f47881c404447277565808 /Makefile
parent421c6c8a8a872475bef171c13ec6f1e4b350a43a (diff)
downloadprosody-fcd300734f1d94c6a1e2fd11d126ff58d0313c75.tar.gz
prosody-fcd300734f1d94c6a1e2fd11d126ff58d0313c75.zip
Makefiles: Add signal.so to install targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ca38d3d..278d260b 100644
--- 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