gstreamer/tests/examples/Makefile.am

25 lines
402 B
Makefile
Raw Normal View History

# 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 \
2012-07-05 12:25:13 +00:00
memory \
netclock \
ptp \
stepping \
streamiddemux \
streams
SUBDIRS = \
$(always_dirs) \
$(ADAPTER_TEST_DIR)
DIST_SUBDIRS = $(always_dirs) adapter
include $(top_srcdir)/common/parallel-subdirs.mak