From: Adam Tkac Date: Tue, 7 Apr 2009 13:18:15 +0000 (+0000) Subject: Remove fttypes.h from Makefile.am, it doesn't exist. X-Git-Tag: v0.0.90~30 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=089a758d69c4918076dfa1a6630eeb3d65f589bb;p=tigervnc.git Remove fttypes.h from Makefile.am, it doesn't exist. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3761 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/common/rfb/Makefile.am b/common/rfb/Makefile.am index d3b7e767..fdb119d9 100644 --- a/common/rfb/Makefile.am +++ b/common/rfb/Makefile.am @@ -5,7 +5,7 @@ HDRS = Blacklist.h CapsContainer.h CapsList.h CConnection.h \ CMsgWriterV3.h ColourCube.h ColourMap.h ComparingUpdateTracker.h \ Configuration.h ConnParams.h CSecurity.h CSecurityNone.h \ CSecurityVncAuth.h Cursor.h Decoder.h d3des.h Encoder.h \ - encodings.h Exception.h fttypes.h hextileConstants.h hextileDecode.h \ + encodings.h Exception.h hextileConstants.h hextileDecode.h \ HextileDecoder.h hextileEncodeBetter.h hextileEncode.h \ HextileEncoder.h Hostname.h HTTPServer.h ImageGetter.h InputHandler.h \ KeyRemapper.h keysymdef.h ListConnInfo.h Logger.h Logger_file.h \