Original commit message from CVS:
some disting and build fixes
+2005-09-26 Christian Schaller <uraeus@gnome.org>
+
+ * configure.ac: add speed and rfb where needed
+ * gst/librfb/Makefile.am: add rfbsrc.c file to files getting disted
+
2005-09-23 Edgard Lima <edgard.lima@indt.org.br>
* ext/gsm/Makefile.am:
-Subproject commit 793f85c1c14de9c1053b8db7df44bfbba1f0a156
+Subproject commit 7caeee4b949b4388927fec7fcf25f767429bde30
GST_PLUGINS_ALL="\
qtdemux \
tta \
+ librfb \
+ speed \
"
dnl see if we can build C++ plug-ins
Makefile
gst-plugins-bad.spec
gst/Makefile
+gst/librfb/Makefile
gst/qtdemux/Makefile
gst/speed/Makefile
gst/tta/Makefile
rfbbuffer.c \
rfbbuffer.h \
rfbbytestream.c \
- rfbbytestream.h
+ rfbbytestream.h \
+ gstrfbsrc.c
librfb_la_CFLAGS = $(GST_CFLAGS) -I$(srcdir)/..
librfb_la_LIBADD = $(GLIB_LIBS)