X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2FMakefile.am;h=48a31fc4172d5ac29409d000411644ec501675d5;hb=dac5966da6a0f53d0443dfa1ac239289028c415d;hp=90b6580336a5f196d301420885b445c3b536c80b;hpb=4bfb1fe70c6f0d5e29c17a8eeffb02f7fd083f11;p=platform%2Fupstream%2Fgstreamer.git diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 90b6580..48a31fc 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -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