mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
1fd8c9981e
Original commit message from CVS: * configure.ac: * gst/Makefile.am: tcp elements need some system headers like sys/socket.h
14 lines
208 B
Makefile
14 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
|