aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/Makefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-02-03 02:13:03 +0100
committerKim Alvefur <zash@zash.se>2016-02-03 02:13:03 +0100
commitc28642d749a62163213d926f9951cb2fb27c28b2 (patch)
treeb05cbe5edb0e02f9b3a9a01674912e513c64ac33 /util-src/Makefile
parent6a276c275d705bb72bcdc74f8450f188b3056d27 (diff)
parent7a6002f04a754645ffbb0b0e59b939441e6a8060 (diff)
downloadprosody-c28642d749a62163213d926f9951cb2fb27c28b2.tar.gz
prosody-c28642d749a62163213d926f9951cb2fb27c28b2.zip
Merge 0.10->trunk
Diffstat (limited to 'util-src/Makefile')
-rw-r--r--util-src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/util-src/Makefile b/util-src/Makefile
index 5f35b81b..85b190b9 100644
--- a/util-src/Makefile
+++ b/util-src/Makefile
@@ -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