diff --git a/tests/old/testsuite/refcounting/Makefile.am b/tests/old/testsuite/refcounting/Makefile.am index 380a773311..5ea2c2825b 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 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)