summaryrefslogtreecommitdiffstats
path: root/gst/librfb/Makefile.am
diff options
context:
space:
mode:
authorThijs Vermeir <thijsvermeir@gmail.com>2007-10-16 18:33:44 +0000
committerThijs Vermeir <thijsvermeir@gmail.com>2007-10-16 18:33:44 +0000
commit48b7ba004d2e2128a6d4d28011c843389459d8a5 (patch)
treedf27110d4b4a7e9eae90b9441cd224e7e8e0e4cb /gst/librfb/Makefile.am
parentc205b740d4e793354493c4a2663e45670255453c (diff)
downloadgst-plugins-bad-48b7ba004d2e2128a6d4d28011c843389459d8a5.tar.gz
gst-plugins-bad-48b7ba004d2e2128a6d4d28011c843389459d8a5.tar.bz2
gst-plugins-bad-48b7ba004d2e2128a6d4d28011c843389459d8a5.zip
gst/librfb/: remove the rfbbytestream dead code
Original commit message from CVS: * gst/librfb/Makefile.am: * gst/librfb/rfb.h: * gst/librfb/rfbbytestream.c: * gst/librfb/rfbbytestream.h: * gst/librfb/rfbdecoder.c: * gst/librfb/rfbdecoder.h: remove the rfbbytestream dead code
Diffstat (limited to 'gst/librfb/Makefile.am')
-rw-r--r--gst/librfb/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/librfb/Makefile.am b/gst/librfb/Makefile.am
index 626dc5b4..507afd76 100644
--- a/gst/librfb/Makefile.am
+++ b/gst/librfb/Makefile.am
@@ -11,7 +11,6 @@ libgstrfbsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
librfb_la_SOURCES = \
rfbbuffer.c \
rfbdecoder.c \
- rfbbytestream.c \
d3des.c \
vncauth.c
librfb_la_CFLAGS = $(GST_CFLAGS) -I$(srcdir)/..
@@ -21,7 +20,6 @@ noinst_HEADERS = \
rfb.h \
rfbdecoder.h \
rfbbuffer.h \
- rfbbytestream.h \
rfbcontext.h \
rfbutil.h \
gstrfbsrc.h \