meson: Fix glib, add gobject, gio, gthread, gmodule, etc
[glib.git] / gthread / meson.build
bloba12c420c8ea55d4e7b472cbce6ecce41aaa39aa1
1 # Just a skeleton lib for backwards compatibility since all the functionaliy
2 # has been moved into glib now
3 libgthread = shared_library('gthread',
4   sources : [ 'gthread-impl.c' ],
5   version : glib_version,
6   soversion : interface_version,
7   install : true,
8   include_directories : inc_dirs,
9   link_with : libglib,
10   c_args : ['-DG_LOG_DOMAIN="GThread"' ],