mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
c81314f924
Original commit message from CVS: fixes to make distcheck work changed registry out of date to warning to allow tests to continue regardless (any better suggestions much appreciated)
15 lines
335 B
Makefile
15 lines
335 B
Makefile
# FIXME : refcounting threads
|
|
SUBDIRS = capsnego plugin bytestream 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
|