From 93e5a126a87939a557b8526b4f1dd5947dc0cb47 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Mon, 20 Sep 2010 08:59:19 +0000 Subject: [PATCH] [Bugfix] Include rfb/Security.h in the source tarball. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4144 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- common/rfb/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/rfb/Makefile.am b/common/rfb/Makefile.am index 9251e2fc..cf55fab0 100644 --- a/common/rfb/Makefile.am +++ b/common/rfb/Makefile.am @@ -18,9 +18,9 @@ HDRS = Blacklist.h CapsContainer.h CapsList.h CConnection.h \ PixelFormat.h PixelFormat.inl Pixel.h RawDecoder.h RawEncoder.h \ Rect.h Region.h rreDecode.h RREDecoder.h rreEncode.h RREEncoder.h \ ScaledPixelBuffer.h ScaleFilters.h SConnection.h ScreenSet.h \ - screenTypes.h SDesktop.h ServerCore.h SMsgHandler.h SMsgReader.h \ - SMsgReaderV3.h SMsgWriter.h SMsgWriterV3.h SSecurity.h SSecurityNone.h \ - SSecurityPlain.h SSecurityStack.h SSecurityVeNCrypt.h \ + screenTypes.h SDesktop.h Security.h ServerCore.h SMsgHandler.h \ + SMsgReader.h SMsgReaderV3.h SMsgWriter.h SMsgWriterV3.h SSecurity.h \ + SSecurityNone.h SSecurityPlain.h SSecurityStack.h SSecurityVeNCrypt.h \ SSecurityVncAuth.h Threading.h tightDecode.h \ TightDecoder.h tightEncode.h TightEncoder.h TightPalette.h Timer.h \ TransImageGetter.h transInitTempl.h transTempl.h TrueColourMap.h \ -- 2.39.5