mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
d678f74f2c
Original commit message from CVS: temporarily removed refcounting
15 lines
330 B
Makefile
15 lines
330 B
Makefile
# thomas : removed refcounting for now until it is fixed
|
|
SUBDIRS = 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 plugin bytestream
|