gstreamer/gst/Makefile.am
Daniel Díaz b2f2cfc132 Check if libxml provides HTML parser which subparse needs.
Original commit message from CVS:
Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
* configure.ac:
* gst/Makefile.am:
Check if libxml provides HTML parser which subparse needs.
Fixes #451970.
2007-08-30 06:58:46 +00:00

20 lines
251 B
Makefile

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