Makefiles: Add signal.so to install targets
authorMatthew Wild <mwild1@gmail.com>
Sun, 12 Apr 2009 02:02:51 +0000 (03:02 +0100)
committerMatthew Wild <mwild1@gmail.com>
Sun, 12 Apr 2009 02:02:51 +0000 (03:02 +0100)
Makefile
util-src/Makefile

index 4ca38d3d3637740d001246a25bb7f012674b8dc1..278d260baa63c4dd1efc97859a3ca3c3e724542b 100644 (file)
--- 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
index b3753d48521c11ea64e6ba4a0230a2e421d46fdb..3b7ca7bc6902e642bb76f76dc4f4e13f015d5f08 100644 (file)
@@ -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/