mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Makefiles: Add signal.so to install targets
This commit is contained in:
parent
421c6c8a8a
commit
fcd300734f
2 changed files with 2 additions and 2 deletions
2
Makefile
2
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
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue