gstreamer/tests/examples/Makefile.am
Tim-Philipp Müller 81a69d956d docs: remove app dev manual and plugin writer's guide
They have moved to gst-docs and will be maintained there in future.
2016-11-01 17:55:54 +00:00

25 lines
402 B
Makefile

# adapter test needs sys/times.h and unistd.h
if HAVE_SYS_TIMES_H_AND_UNISTD_H
ADAPTER_TEST_DIR = adapter
else
ADAPTER_TEST_DIR =
endif
always_dirs = \
controller \
helloworld \
memory \
netclock \
ptp \
stepping \
streamiddemux \
streams
SUBDIRS = \
$(always_dirs) \
$(ADAPTER_TEST_DIR)
DIST_SUBDIRS = $(always_dirs) adapter
include $(top_srcdir)/common/parallel-subdirs.mak