Skip to content
Snippets Groups Projects
Commit 5c3b8b1b authored by Thomas Vander Stichele's avatar Thomas Vander Stichele
Browse files

header wasn't declared

Original commit message from CVS:
header wasn't declared
parent 85f2b281
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment