header wasn't declared

Original commit message from CVS:
header wasn't declared
This commit is contained in:
Thomas Vander Stichele 2001-12-09 23:01:49 +00:00
parent 85f2b281ee
commit 5c3b8b1b95
2 changed files with 2 additions and 0 deletions

View 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

View 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