diff --git a/tests/old/testsuite/bytestream/Makefile.am b/tests/old/testsuite/bytestream/Makefile.am index 1f617b231f..965fa06911 100644 --- a/tests/old/testsuite/bytestream/Makefile.am +++ b/tests/old/testsuite/bytestream/Makefile.am @@ -5,6 +5,7 @@ testprogs = test1 check_PROGRAMS = $(testprogs) test1_SOURCES = test1.c gstbstest.c mem.c +test1_HEADERS = mem.h test1_LDFLAGS = -L$(top_builddir)/libs/bytestream/ -lgstbytestream diff --git a/testsuite/bytestream/Makefile.am b/testsuite/bytestream/Makefile.am index 1f617b231f..965fa06911 100644 --- a/testsuite/bytestream/Makefile.am +++ b/testsuite/bytestream/Makefile.am @@ -5,6 +5,7 @@ testprogs = test1 check_PROGRAMS = $(testprogs) test1_SOURCES = test1.c gstbstest.c mem.c +test1_HEADERS = mem.h test1_LDFLAGS = -L$(top_builddir)/libs/bytestream/ -lgstbytestream