Software /
code /
prosody
Diff
util-src/Makefile @ 6610:7c4cf87f4dff
util.table, Makefile: New C module that allows pre-allocation of tables to improve performance and decrease memory fragmentation
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 31 Mar 2015 11:59:17 +0100 |
parent | 5699:e9f5384f5ff1 |
child | 6876:d1fc95d22f33 |
line wrap: on
line diff
--- a/util-src/Makefile Fri Mar 27 22:19:44 2015 +0000 +++ b/util-src/Makefile Tue Mar 31 11:59:17 2015 +0100 @@ -14,9 +14,9 @@ .PHONY: all install clean .SUFFIXES: .c .o .so -all: encodings.so hashes.so net.so pposix.so signal.so +all: encodings.so hashes.so net.so pposix.so signal.so table.so -install: encodings.so hashes.so net.so pposix.so signal.so +install: encodings.so hashes.so net.so pposix.so signal.so table.so install *.so ../util/ clean: