summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-09-19 16:44:37 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-09-19 16:44:37 +0000
commit856cb2b35531549c240eb558e93f0a27dd7b1bb4 (patch)
tree68280b198c31031a73af267ec6c3000a788a5e59
parent37fb8d01e134da94d3819ea6ab59dc8a647cf118 (diff)
downloadgst-plugins-bad-856cb2b35531549c240eb558e93f0a27dd7b1bb4.tar.gz
gst-plugins-bad-856cb2b35531549c240eb558e93f0a27dd7b1bb4.tar.bz2
gst-plugins-bad-856cb2b35531549c240eb558e93f0a27dd7b1bb4.zip
add check-valgrind target
Original commit message from CVS: add check-valgrind target
-rw-r--r--Makefile.am3
m---------common0
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 3e85c54a..f328f3b6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,3 +10,6 @@ EXTRA_DIST = \
DISTCLEANFILES = _stdint.h
include $(top_srcdir)/common/release.mak
+
+check-valgrind:
+ @true
diff --git a/common b/common
-Subproject 00cc4f5af95a15be55b8c1b3eed09f4738412f9
+Subproject 13022c3cb4558d201e2ddf3e65d2e36b16eedc4