mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
header wasn't declared
Original commit message from CVS: header wasn't declared
This commit is contained in:
parent
85f2b281ee
commit
5c3b8b1b95
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue