mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 15:08:48 +00:00
2ffb853b7d
Original commit message from CVS: make distcheck fixes, and added bytestream test to distro (why not?)
14 lines
278 B
Makefile
14 lines
278 B
Makefile
SUBDIRS = refcounting capsnego plugin bytestream
|
|
|
|
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)
|
|
|
|
|
|
DIST_SUBDIRS = refcounting capsnego bytestream
|