diff --git a/tests/examples/manual/Makefile.am b/tests/examples/manual/Makefile.am index 30ac1b41e0..c9d439c9dd 100644 --- a/tests/examples/manual/Makefile.am +++ b/tests/examples/manual/Makefile.am @@ -40,7 +40,6 @@ EXAMPLES = \ appsink \ dynformat \ effectswitch \ - testrtpool \ norebuffer \ playbin \ decodebin \ @@ -61,11 +60,15 @@ BUILT_SOURCES = \ appsink.c \ dynformat.c \ effectswitch.c \ - testrtpool.c \ norebuffer.c \ playbin.c decodebin.c \ playsink.c +if HAVE_PTHREAD +BUILT_SOURCES += testrtpool.c +EXAMPLES += testrtpool +endif + CLEANFILES = core core.* test-registry.* *.gcno *.gcda $(BUILT_SOURCES) AM_CFLAGS = $(GST_OBJ_CFLAGS)