From 8b83a2812f296536968ac41b0bc2f317d64b91b6 Mon Sep 17 00:00:00 2001 From: Thijs Vermeir Date: Wed, 19 Sep 2007 08:35:13 +0000 Subject: gst/librfb/: VNC Authentication should be working now temperaly with fake password 'testtest' Original commit message from CVS: * gst/librfb/Makefile.am: * gst/librfb/d3des.c: * gst/librfb/d3des.h: * gst/librfb/rfbdecoder.c: * gst/librfb/vncauth.c: * gst/librfb/vncauth.h: VNC Authentication should be working now temperaly with fake password 'testtest' --- gst/librfb/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'gst/librfb/Makefile.am') diff --git a/gst/librfb/Makefile.am b/gst/librfb/Makefile.am index 74dbfbc7..626dc5b4 100644 --- a/gst/librfb/Makefile.am +++ b/gst/librfb/Makefile.am @@ -11,7 +11,9 @@ libgstrfbsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) librfb_la_SOURCES = \ rfbbuffer.c \ rfbdecoder.c \ - rfbbytestream.c + rfbbytestream.c \ + d3des.c \ + vncauth.c librfb_la_CFLAGS = $(GST_CFLAGS) -I$(srcdir)/.. librfb_la_LIBADD = $(GLIB_LIBS) @@ -22,4 +24,6 @@ noinst_HEADERS = \ rfbbytestream.h \ rfbcontext.h \ rfbutil.h \ - gstrfbsrc.h + gstrfbsrc.h \ + d3des.h \ + vncauth.h -- cgit v1.2.1