summaryrefslogtreecommitdiff
path: root/tests/examples/Makefile.am
blob: 54e53bafb7669e4583101b0a2e07bfd2969af2ca (plain)
1
2
3
4
5
6
7
8
9
10
11
if USE_JACK
JACK_DIR=jack
else
JACK_DIR=
endif

SUBDIRS = audiofx equalizer $(JACK_DIR) level pulse rtp shapewipe spectrum v4l2

DIST_SUBDIRS = audiofx equalizer jack level pulse rtp shapewipe spectrum v4l2

include $(top_srcdir)/common/parallel-subdirs.mak