summaryrefslogtreecommitdiffstats
path: root/common/rfb
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2011-03-08 18:32:41 +0000
committerPierre Ossman <ossman@cendio.se>2011-03-08 18:32:41 +0000
commit2bd88b6e8f23efdd43c9f72dd96746a016c6a52e (patch)
tree5872c9cfdbb6db5b1586353544dc0b50d0c2dcac /common/rfb
parenta273934db1bf1a599fb45f7e5e74436cdac99748 (diff)
downloadtigervnc-2bd88b6e8f23efdd43c9f72dd96746a016c6a52e.tar.gz
tigervnc-2bd88b6e8f23efdd43c9f72dd96746a016c6a52e.zip
Forgot to add the new PixelTransformer class to the autotools system.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4339 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb')
-rw-r--r--common/rfb/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/common/rfb/Makefile.am b/common/rfb/Makefile.am
index ec2ca1a7..3700c465 100644
--- a/common/rfb/Makefile.am
+++ b/common/rfb/Makefile.am
@@ -15,11 +15,11 @@ HDRS = Blacklist.h CConnection.h \
HextileEncoder.h Hostname.h HTTPServer.h ImageGetter.h InputHandler.h \
KeyRemapper.h keysymdef.h ListConnInfo.h Logger.h Logger_file.h \
Logger_stdio.h LogWriter.h msgTypes.h Password.h PixelBuffer.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 Security.h SecurityServer.h SecurityClient.h \
- ServerCore.h SMsgHandler.h \
+ PixelFormat.h PixelFormat.inl PixelTransformer.h 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 Security.h SecurityServer.h \
+ SecurityClient.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 \
@@ -38,8 +38,8 @@ librfb_la_SOURCES = $(HDRS) Blacklist.cxx CConnection.cxx CMsgHandler.cxx \
HTTPServer.cxx HextileDecoder.cxx HextileEncoder.cxx \
KeyRemapper.cxx LogWriter.cxx Logger.cxx Logger_file.cxx \
Logger_stdio.cxx Password.cxx PixelBuffer.cxx PixelFormat.cxx \
- RREEncoder.cxx RREDecoder.cxx RawDecoder.cxx RawEncoder.cxx \
- Region.cxx SConnection.cxx SMsgHandler.cxx \
+ PixelTransformer.cxx RREEncoder.cxx RREDecoder.cxx RawDecoder.cxx \
+ RawEncoder.cxx Region.cxx SConnection.cxx SMsgHandler.cxx \
SMsgReader.cxx SMsgReaderV3.cxx SMsgWriter.cxx SMsgWriterV3.cxx \
ServerCore.cxx Security.cxx SecurityServer.cxx SecurityClient.cxx \
SSecurityPlain.cxx SSecurityStack.cxx \