summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDafydd Harries <dafydd.harries@collabora.co.uk>2007-02-02 17:39:00 +0000
committerDafydd Harries <dafydd.harries@collabora.co.uk>2007-02-02 17:39:00 +0000
commitf9143ff16ecaadfe3ff84b1bed29f42096a392f5 (patch)
treefaae95b3a2579654197630be1993977c5a2363c4 /Makefile.am
parent03146af654cc558c4fe38fe49c5481ab39d704fa (diff)
downloadlibnice-f9143ff16ecaadfe3ff84b1bed29f42096a392f5.tar.gz
split check-valgrind rule into common.mk
darcs-hash:20070202173958-c9803-ebe4b729c0cca4a24fbf192910f904ff02d4ae80.gz
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 3b5d357..b8b9c96 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,7 @@
-SUBDIRS = local stun tests udp random agent nice
+include common.mk
-EXTRA_DIST = scripts
+SUBDIRS = local stun tests udp random agent nice
-check-valgrind:
- $(MAKE) TESTS_ENVIRONMENT="sh `pwd`/scripts/valgrind.sh" check
+EXTRA_DIST = scripts common.mk