Add util.ringbuffer, a ringbuffer with a file handle like interface
[prosody.git] / util-src / Makefile
index 5f35b81b72f139da6d5d2d985f22e782bdb0a6d0..85b190b9ae4dd9f7a719143a55e99d314391b549 100644 (file)
@@ -1,12 +1,12 @@
 
 include ../config.unix
 
-CFLAGS+=-ggdb -I$(LUA_INCDIR)
+CFLAGS+=-ggdb -Wall -pedantic -I$(LUA_INCDIR)
 
 INSTALL_DATA=install -m644
 TARGET?=../util/
 
-ALL=encodings.so hashes.so net.so pposix.so signal.so table.so
+ALL=encodings.so hashes.so net.so pposix.so signal.so table.so ringbuffer.so
 
 .PHONY: all install clean
 .SUFFIXES: .c .o .so