diff options
author | Adam Tkac <atkac@redhat.com> | 2010-09-20 08:59:19 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-09-20 08:59:19 +0000 |
commit | 93e5a126a87939a557b8526b4f1dd5947dc0cb47 (patch) | |
tree | bf1226b09fe8e19c64cddc2ba2f4949f6d85962b /common | |
parent | b7bafc5596c25f47724cb86ee70c3c304e23ad66 (diff) | |
download | tigervnc-93e5a126a87939a557b8526b4f1dd5947dc0cb47.tar.gz tigervnc-93e5a126a87939a557b8526b4f1dd5947dc0cb47.zip |
[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
Diffstat (limited to 'common')
-rw-r--r-- | common/rfb/Makefile.am | 6 |
1 files 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 \ |