tracers: log: no need to link to our internal printf implementation
[platform/upstream/gstreamer.git] / plugins / Makefile.am
index 90b6580..48a31fc 100644 (file)
@@ -1,3 +1,7 @@
-SUBDIRS = elements indexers
+SUBDIRS = elements
 
-DIST_SUBDIRS = elements indexers
+if !GST_DISABLE_GST_TRACER_HOOKS
+SUBDIRS += tracers
+endif
+
+DIST_SUBDIRS = elements tracers