mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
54cf91ba76
Original commit message from CVS: unit test for threadsafe naming
6 lines
134 B
Makefile
6 lines
134 B
Makefile
TESTS = gst/gstobject
|
|
|
|
check_PROGRAMS = $(TESTS)
|
|
|
|
AM_CFLAGS = $(GST_OBJ_CFLAGS) $(CHECK_CFLAGS)
|
|
LDADD = $(GST_OBJ_LIBS) $(CHECK_LIBS)
|