mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 12:15:19 +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
|
testprogs = test_gst_init
|
||||||
|
|
||||||
|
@ -11,4 +11,4 @@ LIBS += $(GST_LIBS)
|
||||||
CFLAGS += $(GST_CFLAGS)
|
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
|
testprogs = test_gst_init
|
||||||
|
|
||||||
|
@ -11,4 +11,4 @@ LIBS += $(GST_LIBS)
|
||||||
CFLAGS += $(GST_CFLAGS)
|
CFLAGS += $(GST_CFLAGS)
|
||||||
|
|
||||||
|
|
||||||
DIST_SUBDIRS = refcounting capsnego
|
DIST_SUBDIRS = refcounting capsnego bytestream
|
||||||
|
|
Loading…
Reference in a new issue