Ignore:
Timestamp:
Aug 24, 2009 11:28:01 AM (4 years ago)
Author:
Laurent Tarrisse <laurent@…>
Branch:
default
Message:

bug fix : libpurple sources files list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libs/3rdparty/libpurple/CMakeLists-win32.txt

    r435 r437  
    104104         
    105105        pidgin-${LIBPURPLE_VERSION}/libpurple/plugins/ssl/ssl.c 
    106 #       pidgin-${LIBPURPLE_VERSION}/libpurple/plugins/ssl/ssl-openssl.c 
    107106        pidgin-${LIBPURPLE_VERSION}/libpurple/plugins/ssl/ssl-gnutls.c 
    108107         
     
    205204        pidgin-${LIBPURPLE_VERSION}/libpurple/protocols/yahoo/yahoo.c 
    206205        pidgin-${LIBPURPLE_VERSION}/libpurple/protocols/yahoo/yahoo_aliases.c 
    207 #       pidgin-${LIBPURPLE_VERSION}/libpurple/protocols/yahoo/yahoo_auth.c 
    208 #       pidgin-${LIBPURPLE_VERSION}/libpurple/protocols/yahoo/yahoo_crypt.c 
    209206        pidgin-${LIBPURPLE_VERSION}/libpurple/protocols/yahoo/yahoo_doodle.c 
    210207        pidgin-${LIBPURPLE_VERSION}/libpurple/protocols/yahoo/yahoo_filexfer.c 
     
    217214) 
    218215 
     216if (LIBPURPLE_VERSION EQUAL "2.5.5") 
     217        ow_add_sources( 
     218                pidgin-${LIBPURPLE_VERSION}/libpurple/plugins/ssl/ssl-openssl.c 
     219                pidgin-${LIBPURPLE_VERSION}/libpurple/protocols/yahoo/yahoo_auth.c 
     220                pidgin-${LIBPURPLE_VERSION}/libpurple/protocols/yahoo/yahoo_crypt.c 
     221        ) 
     222endif (LIBPURPLE_VERSION EQUAL "2.5.5") 
     223 
    219224ow_create_project_binary() 
Note: See TracChangeset for help on using the changeset viewer.