Update Friulian translation
[glib.git] / gthread / meson.build
blob8ccac3369894bda4b9648e164ae61540833dceec
1 # Just a skeleton lib for backwards compatibility since all the functionaliy
2 # has been moved into glib now
3 libgthread = shared_library('gthread-2.0',
4   sources : [ 'gthread-impl.c' ],
5   version : library_version,
6   soversion : soversion,
7   install : true,
8   dependencies : [libglib_dep],
9   c_args : ['-DG_LOG_DOMAIN="GThread"' ] + glib_hidden_visibility_args)