header wasn't declared
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 9 Dec 2001 23:01:49 +0000 (23:01 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 9 Dec 2001 23:01:49 +0000 (23:01 +0000)
Original commit message from CVS:
header wasn't declared

tests/old/testsuite/bytestream/Makefile.am
testsuite/bytestream/Makefile.am

index 1f617b2..965fa06 100644 (file)
@@ -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
 
 
index 1f617b2..965fa06 100644 (file)
@@ -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