gstreamer/plugins/Makefile.am
Mikhail Fludkov 6577f5e91e gsttraceutils: actually disable tracing system hooks if configured
`./configure --disable-gst-tracer-hooks` didn't do anything, hooks were
always enabled regardless of the option. It works correctly in the
Meson build though.
2017-11-24 13:40:34 +01:00

8 lines
111 B
Makefile

SUBDIRS = elements
if !GST_DISABLE_GST_TRACER_HOOKS
SUBDIRS += tracers
endif
DIST_SUBDIRS = elements tracers