From bc30d3872a257a5ea3f599867786e907b837da18 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 31 May 2001 19:18:51 +0000 Subject: [PATCH] Added the mem.h file in noinst_HEADERS. Original commit message from CVS: Added the mem.h file in noinst_HEADERS. --- tests/old/testsuite/refcounting/Makefile.am | 2 ++ testsuite/refcounting/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/old/testsuite/refcounting/Makefile.am b/tests/old/testsuite/refcounting/Makefile.am index 380a773..5ea2c28 100644 --- a/tests/old/testsuite/refcounting/Makefile.am +++ b/tests/old/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) diff --git a/testsuite/refcounting/Makefile.am b/testsuite/refcounting/Makefile.am index 380a773..5ea2c28 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) -- 2.7.4