From: Wim Taymans Date: Thu, 31 May 2001 19:18:51 +0000 (+0000) Subject: Added the mem.h file in noinst_HEADERS. X-Git-Tag: BRANCH-GOBJECT1-ROOT~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc30d3872a257a5ea3f599867786e907b837da18;p=platform%2Fupstream%2Fgstreamer.git Added the mem.h file in noinst_HEADERS. Original commit message from CVS: Added the mem.h file in noinst_HEADERS. --- 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)