summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2009-01-19 00:00:18 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2009-01-19 00:00:18 -0500
commitc4c2977f7a09faa40ee79ae26d6c9f8cb404b15b (patch)
tree3955f33c94274987761485ddaef5f17628d24fff /common.mk
parent8506b54def4bd9e7b4eaff3ad78a30d2b50abf82 (diff)
Fix include files getting installed to /usr/include/libnice after the name change... it should be kept as /usr/include/nice to not break the API
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 9c45cc0..20a3acf 100644
--- a/common.mk
+++ b/common.mk
@@ -16,6 +16,9 @@ ERROR_CFLAGS = \
CLEANFILES = *.gcno *.gcda
+pkgincludedir = $(includedir)/nice
+
+
check-valgrind:
$(MAKE) TESTS_ENVIRONMENT="sh $$(cd "$(top_srcdir)" && pwd)/scripts/valgrind.sh" check