gstreamer/gst/Makefile.am
Thomas Vander Stichele d4ccd2c79b subparse needs regex.h - might need to move to sys/
Original commit message from CVS:

* configure.ac:
* gst/Makefile.am:
subparse needs regex.h - might need to move to sys/
2005-11-03 00:42:57 +00:00

9 lines
148 B
Makefile

if HAVE_REGEX_H
SUBPARSE = subparse
else
SUBPARSE =
endif
SUBDIRS = $(GST_PLUGINS_SELECTED) $(SUBPARSE)
DIST_SUBDIRS = $(GST_PLUGINS_ALL) subparse