Makefiles: Add signal.so to install targets
authorMatthew Wild <mwild1@gmail.com>
Sun, 12 Apr 2009 03:02:51 +0100
changeset 993 b2e9456dc200
parent 992 3153eff6dae2
child 994 8fd4efc3ed96
Makefiles: Add signal.so to install targets
Makefile
util-src/Makefile
--- a/Makefile	Sun Apr 12 02:59:09 2009 +0100
+++ b/Makefile	Sun Apr 12 03:02:51 2009 +0100
@@ -15,7 +15,7 @@
 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
--- a/util-src/Makefile	Sun Apr 12 02:59:09 2009 +0100
+++ b/util-src/Makefile	Sun Apr 12 03:02:51 2009 +0100
@@ -12,7 +12,7 @@
 
 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/