2009-08-19 13:25:41 +00:00
|
|
|
noinst_PROGRAMS = stream-status
|
|
|
|
if HAVE_PTHREAD_H
|
|
|
|
noinst_PROGRAMS += rtpool-test
|
|
|
|
endif
|
2009-04-22 08:16:26 +00:00
|
|
|
|
2009-04-23 17:42:47 +00:00
|
|
|
stream_status_SOURCES = stream-status.c
|
2009-04-22 08:16:26 +00:00
|
|
|
stream_status_LDADD = $(GST_OBJ_LIBS)
|
|
|
|
stream_status_CFLAGS = $(GST_OBJ_CFLAGS)
|
2009-04-23 17:42:47 +00:00
|
|
|
|
2009-05-25 16:43:32 +00:00
|
|
|
rtpool_test_SOURCES = rtpool-test.c testrtpool.h testrtpool.c
|
2009-08-19 13:25:41 +00:00
|
|
|
rtpool_test_LDADD = $(GST_OBJ_LIBS) -lpthread
|
2009-04-23 17:42:47 +00:00
|
|
|
rtpool_test_CFLAGS = $(GST_OBJ_CFLAGS)
|
2009-08-19 13:25:41 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = rtpool-test.c testrtpool.h testrtpool.c
|