subparse needs regex.h - might need to move to sys/
[platform/upstream/gstreamer.git] / gst / Makefile.am
index 9352219..ee160a8 100644 (file)
@@ -1,2 +1,8 @@
-SUBDIRS = $(GST_PLUGINS_SELECTED)
-DIST_SUBDIRS = $(GST_PLUGINS_ALL)
+if HAVE_REGEX_H
+SUBPARSE = subparse
+else
+SUBPARSE =
+endif
+
+SUBDIRS = $(GST_PLUGINS_SELECTED) $(SUBPARSE)
+DIST_SUBDIRS = $(GST_PLUGINS_ALL) subparse