diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-04-12 03:02:51 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-04-12 03:02:51 +0100 |
commit | fcd300734f1d94c6a1e2fd11d126ff58d0313c75 (patch) | |
tree | e8df232cd3811bbc59f47881c404447277565808 /Makefile | |
parent | 421c6c8a8a872475bef171c13ec6f1e4b350a43a (diff) | |
download | prosody-fcd300734f1d94c6a1e2fd11d126ff58d0313c75.tar.gz prosody-fcd300734f1d94c6a1e2fd11d126ff58d0313c75.zip |
Makefiles: Add signal.so to install targets
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |