diff options
author | Adam Tkac <atkac@redhat.com> | 2009-04-07 13:18:15 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2009-04-07 13:18:15 +0000 |
commit | 089a758d69c4918076dfa1a6630eeb3d65f589bb (patch) | |
tree | 36923cbf2b4b56b5f4eae516db78656c31a44a46 /common/rfb/Makefile.am | |
parent | 61e1889dc7636e42ac781fe0f2aec64921b6a727 (diff) | |
download | tigervnc-089a758d69c4918076dfa1a6630eeb3d65f589bb.tar.gz tigervnc-089a758d69c4918076dfa1a6630eeb3d65f589bb.zip |
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
Diffstat (limited to 'common/rfb/Makefile.am')
-rw-r--r-- | common/rfb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |