mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
make distcheck fixes, and added bytestream test to distro (why not?)
Original commit message from CVS: make distcheck fixes, and added bytestream test to distro (why not?)
This commit is contained in:
parent
30d4b15ee2
commit
2ffb853b7d
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = refcounting capsnego plugin
|
||||
SUBDIRS = refcounting capsnego plugin bytestream
|
||||
|
||||
testprogs = test_gst_init
|
||||
|
||||
|
@ -11,4 +11,4 @@ LIBS += $(GST_LIBS)
|
|||
CFLAGS += $(GST_CFLAGS)
|
||||
|
||||
|
||||
DIST_SUBDIRS = refcounting capsnego
|
||||
DIST_SUBDIRS = refcounting capsnego bytestream
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = refcounting capsnego plugin
|
||||
SUBDIRS = refcounting capsnego plugin bytestream
|
||||
|
||||
testprogs = test_gst_init
|
||||
|
||||
|
@ -11,4 +11,4 @@ LIBS += $(GST_LIBS)
|
|||
CFLAGS += $(GST_CFLAGS)
|
||||
|
||||
|
||||
DIST_SUBDIRS = refcounting capsnego
|
||||
DIST_SUBDIRS = refcounting capsnego bytestream
|
||||
|
|
Loading…
Reference in a new issue