gstreamer/tests/examples/Makefile.am
Tim-Philipp Müller cc705ed7dc tests: fix distcheck by disting new jack example directory
Also add test binary to ignores.
2010-09-07 00:20:56 +01:00

19 lines
322 B
Makefile

if HAVE_GTK
if USE_JACK
JACK_EXAMPLES=jack
else
JACK_EXAMPLES=
endif
GTK_EXAMPLES=camerabin mxf scaletempo
else
GTK_EXAMPLES=
endif
if USE_DIRECTFB
DIRECTFB_DIR=directfb
else
DIRECTFB_DIR=
endif
SUBDIRS= $(DIRECTFB_DIR) $(GTK_EXAMPLES) $(JACK_EXAMPLES) switch
DIST_SUBDIRS= camerabin directfb jack mxf scaletempo switch