mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
8a96491618
Original commit message from CVS: fixes for make distcheck does GST_ELEMENT_IS_COTHREAD_STOPPING still exist ? and if so, how should it be found by the bytestream test ?
15 lines
335 B
Makefile
15 lines
335 B
Makefile
# FIXME : refcounting threads bytestream
|
|
SUBDIRS = capsnego plugin cleanup
|
|
|
|
testprogs = test_gst_init
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS = $(GST_LIBS)
|
|
CFLAGS = $(GST_CFLAGS)
|
|
|
|
# FIXME : refcounting threadds
|
|
DIST_SUBDIRS = capsnego plugin bytestream cleanup
|