Software /
code /
prosody
Diff
GNUmakefile @ 12354:3ce3633527af
util.struct: Import Roberto 'struct' library v0.3
Downloaded from http://www.inf.puc-rio.br/~roberto/struct/
This is for compatibility with Lua 5.2 (and 5.1). Eventually we can replace
this with string.pack/string.unpack which are available in 5.3+.
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 04 Mar 2022 15:03:02 +0000 |
parent | 12131:b4c0efff8dd3 |
child | 12362:0fd58f54d653 |
line wrap: on
line diff
--- a/GNUmakefile Fri Mar 04 15:00:30 2022 +0000 +++ b/GNUmakefile Fri Mar 04 15:03:02 2022 +0000 @@ -31,7 +31,9 @@ -$(MAKE) -C certs localhost.crt example.com.crt endif -install: prosody.install prosodyctl.install prosody.cfg.lua.install util/encodings.so util/encodings.so util/pposix.so util/signal.so +CMODULES=util/encodings.so util/encodings.so util/pposix.so util/signal.so util/struct.so + +install: prosody.install prosodyctl.install prosody.cfg.lua.install $(CMODULES) $(MKDIR) $(BIN) $(CONFIG) $(MODULES) $(SOURCE) $(MKDIR_PRIVATE) $(DATA) $(MKDIR) $(MAN)/man1