Use thread-safe version of GUPnP Simple IGD
[sipe-libnice.git] / common.mk
blob20a3acfdcc6e54cb31c6994a9f7631d4b71d4198
2 ERROR_CFLAGS = \
3 $(LIBNICE_CFLAGS) \
4 -Wextra \
5 -Wundef \
6 -Wnested-externs \
7 -Wwrite-strings \
8 -Wpointer-arith \
9 -Wbad-function-cast \
10 -Wmissing-declarations \
11 -Wmissing-prototypes \
12 -Wstrict-prototypes \
13 -Wredundant-decls \
14 -Wno-unused-parameter
15 # -Wold-style-definition -Winline -Wunreachable-code
17 CLEANFILES = *.gcno *.gcda
19 pkgincludedir = $(includedir)/nice
22 check-valgrind:
23 $(MAKE) TESTS_ENVIRONMENT="sh $$(cd "$(top_srcdir)" && pwd)/scripts/valgrind.sh" check
25 .PHONY: check-valgrind