]> source.dussan.org Git - tigervnc.git/commitdiff
Forgot to add the new PixelTransformer class to the autotools system.
authorPierre Ossman <ossman@cendio.se>
Tue, 8 Mar 2011 18:32:41 +0000 (18:32 +0000)
committerPierre Ossman <ossman@cendio.se>
Tue, 8 Mar 2011 18:32:41 +0000 (18:32 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4339 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/rfb/Makefile.am

index ec2ca1a71f2827a33fda58208a21a014c3115d0e..3700c4651da270c1872b56a28e6b47328b9bf38d 100644 (file)
@@ -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 \