Codebase list libnice / debian/0.1.14-1 common.mk
debian/0.1.14-1

Tree @debian/0.1.14-1 (Download .tar.gz)

common.mk @debian/0.1.14-1raw · history · blame

1
2
3
4
5
6
7
8
9
CLEANFILES = *.gcno *.gcda

pkgincludedir = $(includedir)/nice


check-valgrind:
	$(MAKE) TESTS_ENVIRONMENT="sh $$(cd "$(top_srcdir)" && pwd)/scripts/valgrind.sh" check

.PHONY: check-valgrind