From fcd300734f1d94c6a1e2fd11d126ff58d0313c75 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 12 Apr 2009 03:02:51 +0100 Subject: Makefiles: Add signal.so to install targets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3