| 55 |
55 |
| 56 if ENABLE_GNT |
56 if ENABLE_GNT |
| 57 install_headers(libfinch_headers, subdir : 'finch') |
57 install_headers(libfinch_headers, subdir : 'finch') |
| 58 |
58 |
| 59 libfinch_inc = include_directories('.') |
59 libfinch_inc = include_directories('.') |
| 60 libfinch = static_library('finch', |
60 # TODO: This doesn't quite match autotools' version. |
| |
61 libfinch = shared_library('finch', |
| 61 libfinch_SOURCES, |
62 libfinch_SOURCES, |
| 62 c_args : '-DSTANDALONE', |
63 c_args : '-DSTANDALONE', |
| 63 include_directories : [toplevel_inc], |
64 include_directories : [toplevel_inc], |
| 64 soversion : purple_lt_current, |
65 soversion : purple_lt_current, |
| 65 version : PURPLE_LT_VERSION_INFO, |
66 version : PURPLE_LT_VERSION_INFO, |