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 +- util-src/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/util-src/Makefile b/util-src/Makefile index b3753d48..3b7ca7bc 100644 --- a/util-src/Makefile +++ b/util-src/Makefile @@ -12,7 +12,7 @@ LD?=gcc all: encodings.so hashes.so pposix.so signal.so -install: encodings.so hashes.so pposix.so +install: encodings.so hashes.so pposix.so signal.so install *.so ../util/ -- cgit v1.2.3