X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2FMakefile.am;h=f25a56d9cb810759bbb095d65963060ee452d6c9;hb=53072a43261c8f45f6b572b7463f83953a4549d6;hp=2a513147ca5d6547b49c2097bb288aad326eea44;hpb=b2f2cfc132e81bed996968b60753e69c25badf16;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/Makefile.am b/gst/Makefile.am index 2a51314..f25a56d 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -1,19 +1,4 @@ -if HAVE_REGEX_H -if HAVE_LIBXML_HTML -SUBPARSE = subparse -else -SUBPARSE = -endif -else -SUBPARSE = -endif - -if HAVE_SYS_SOCKET_H -TCP = tcp -else -TCP = -endif - -SUBDIRS = $(GST_PLUGINS_SELECTED) $(SUBPARSE) $(TCP) -DIST_SUBDIRS = $(GST_PLUGINS_ALL) subparse tcp +SUBDIRS = $(GST_PLUGINS_SELECTED) +DIST_SUBDIRS = $(GST_PLUGINS_ALL) +include $(top_srcdir)/common/parallel-subdirs.mak