tee: Check for the removed pad flag also in the slow pushing path
[platform/upstream/gstreamer.git] / plugins / Makefile.am
index cee04aa..48a31fc 100644 (file)
@@ -1,4 +1,7 @@
-SUBDIRS = elements tracers
+SUBDIRS = elements
 
-DIST_SUBDIRS = elements tracers
+if !GST_DISABLE_GST_TRACER_HOOKS
+SUBDIRS += tracers
+endif
 
+DIST_SUBDIRS = elements tracers