mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
cc705ed7dc
Also add test binary to ignores.
19 lines
322 B
Makefile
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
|