gstreamer/gst/Makefile.am
Thomas Vander Stichele 1fd8c9981e tcp elements need some system headers like sys/socket.h
Original commit message from CVS:

* configure.ac:
* gst/Makefile.am:
tcp elements need some system headers like sys/socket.h
2005-11-03 09:31:30 +00:00

15 lines
208 B
Makefile

if HAVE_REGEX_H
SUBPARSE = subparse
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