rtpsession: add locking for clear-pt-map
[platform/upstream/gst-plugins-good.git] / tests / examples / Makefile.am
1 if USE_GTK3
2 GTK_DIR=gtk
3 else
4 GTK_DIR=
5 endif
6
7 if USE_JACK
8 JACK_DIR=jack
9 else
10 JACK_DIR=
11 endif
12
13 if USE_CAIRO
14 CAIRO_DIR=cairo
15 else
16 CAIRO_DIR=
17 endif
18
19 EXTRA_DIST = \
20         qt/qmlsrc/main.qml \
21         qt/qmlsrc/qmlsrc.qrc \
22         qt/qmlsrc/meson.build \
23         qt/qmlsrc/grabqml.pro \
24         qt/qmlsrc/main.cpp \
25         qt/meson.build \
26         qt/qmlsink/main.qml \
27         qt/qmlsink/qmlsink.qrc \
28         qt/qmlsink/CMakeLists.txt \
29         qt/qmlsink/play.pro \
30         qt/qmlsink/meson.build \
31         qt/qmlsink/main.cpp
32
33
34 SUBDIRS = audiofx equalizer $(GTK_DIR) $(JACK_DIR) level \
35         rtp rtsp shapewipe spectrum v4l2 $(CAIRO_DIR)
36
37 DIST_SUBDIRS = audiofx equalizer gtk jack level \
38         rtp rtsp shapewipe spectrum v4l2 cairo
39
40 include $(top_srcdir)/common/parallel-subdirs.mak