Original commit message from CVS:
* configure.ac:
* ext/esd/Makefile.am:
Disable tcp elements and esdmon (they don't compile).
+2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * configure.ac:
+ * ext/esd/Makefile.am:
+ Disable tcp elements and esdmon (they don't compile).
+
2005-05-19 Jan Schmidt <thaytan@mad.scientist.com>
* Makefile.am:
rtp \
rtsp \
smpte \
- tcp \
udp"
dnl see if we can build C++ plug-ins
plugin_LTLIBRARIES = libgstesd.la
-libgstesd_la_SOURCES = esdsink.c esdmon.c gstesd.c
+libgstesd_la_SOURCES = esdsink.c gstesd.c
+#esdmon.c
libgstesd_la_CFLAGS = $(GST_CFLAGS) $(ESD_CFLAGS) $(GST_PLUGINS_LIBS_CFLAGS)
libgstesd_la_LIBADD = $(ESD_LIBS) $(GST_PLUGINS_LIBS_LIBS) -lgstaudio-@GST_MAJORMINOR@
libgstesd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)