X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2FMakefile.am;h=48a31fc4172d5ac29409d000411644ec501675d5;hb=dac5966da6a0f53d0443dfa1ac239289028c415d;hp=17233d2a32ee28485e3a2c03a71bcbd76528d3bd;hpb=1074a4e99a473efd5ee690da9ecd797c55cec23a;p=platform%2Fupstream%2Fgstreamer.git diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 17233d2..48a31fc 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,8 +1,7 @@ SUBDIRS = elements -DIST_SUBDIRS = elements +if !GST_DISABLE_GST_TRACER_HOOKS +SUBDIRS += tracers +endif -Android.mk: Makefile.am - androgenizer -:PROJECT gstreamer \ - -:SUBDIR $(patsubst %,plugins/%, $(SUBDIRS)) \ - > $@ +DIST_SUBDIRS = elements tracers