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-unix.txt

    r435 r437  
    9898         
    9999        pidgin-${LIBPURPLE_VERSION}/libpurple/plugins/ssl/ssl.c 
    100 #       pidgin-${LIBPURPLE_VERSION}/libpurple/plugins/ssl/ssl-openssl.c 
    101100        pidgin-${LIBPURPLE_VERSION}/libpurple/plugins/ssl/ssl-gnutls.c 
    102101         
     
    197196        pidgin-${LIBPURPLE_VERSION}/libpurple/protocols/yahoo/util.c 
    198197        pidgin-${LIBPURPLE_VERSION}/libpurple/protocols/yahoo/yahoo.c 
    199         pidgin-${LIBPURPLE_VERSION}/libpurple/protocols/yahoo/yahoo_aliases.c 
    200 #       pidgin-${LIBPURPLE_VERSION}/libpurple/protocols/yahoo/yahoo_auth.c 
    201 #       pidgin-${LIBPURPLE_VERSION}/libpurple/protocols/yahoo/yahoo_crypt.c 
     198        pidgin-${LIBPURPLE_VERSION}/libpurple/protocols/yahoo/yahoo_aliases.c    
    202199        pidgin-${LIBPURPLE_VERSION}/libpurple/protocols/yahoo/yahoo_doodle.c 
    203200        pidgin-${LIBPURPLE_VERSION}/libpurple/protocols/yahoo/yahoo_filexfer.c 
     
    210207) 
    211208 
     209if (LIBPURPLE_VERSION EQUAL "2.5.5") 
     210        ow_add_sources( 
     211                pidgin-${LIBPURPLE_VERSION}/libpurple/plugins/ssl/ssl-openssl.c 
     212                pidgin-${LIBPURPLE_VERSION}/libpurple/protocols/yahoo/yahoo_auth.c 
     213                pidgin-${LIBPURPLE_VERSION}/libpurple/protocols/yahoo/yahoo_crypt.c 
     214        ) 
     215endif (LIBPURPLE_VERSION EQUAL "2.5.5") 
     216 
    212217ow_create_project_binary() 
Note: See TracChangeset for help on using the changeset viewer.