summaryrefslogtreecommitdiff
path: root/testsuite/refcounting
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2001-05-31 19:18:51 +0000
committerWim Taymans <wim.taymans@gmail.com>2001-05-31 19:18:51 +0000
commitbc30d3872a257a5ea3f599867786e907b837da18 (patch)
tree528eeb33770c22cc5167a4416814f3516c6aabad /testsuite/refcounting
parent7dfeffc2a5bf9837d2433f90d3aec67b09b98390 (diff)
downloadgstreamer-bc30d3872a257a5ea3f599867786e907b837da18.tar.gz
Added the mem.h file in noinst_HEADERS.
Original commit message from CVS: Added the mem.h file in noinst_HEADERS.
Diffstat (limited to 'testsuite/refcounting')
-rw-r--r--testsuite/refcounting/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/refcounting/Makefile.am b/testsuite/refcounting/Makefile.am
index 380a773311..5ea2c2825b 100644
--- a/testsuite/refcounting/Makefile.am
+++ b/testsuite/refcounting/Makefile.am
@@ -11,6 +11,8 @@ TESTS = $(testprogs)
check_PROGRAMS = $(testprogs)
+noinst_HEADERS = mem.h
+
# we have nothing but apps here, we can do this safely
LIBS += $(GST_LIBS)
CFLAGS += $(GST_CFLAGS)