X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2FMakefile.am;h=48a31fc4172d5ac29409d000411644ec501675d5;hb=dac5966da6a0f53d0443dfa1ac239289028c415d;hp=4e46e718bda7a51b7946fe7d621b418def6d74cb;hpb=8e6561be91dfc7095976a60343b6d7b83ffee6f9;p=platform%2Fupstream%2Fgstreamer.git diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 4e46e71..48a31fc 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,3 +1,7 @@ SUBDIRS = elements -DIST_SUBDIRS = elements +if !GST_DISABLE_GST_TRACER_HOOKS +SUBDIRS += tracers +endif + +DIST_SUBDIRS = elements tracers