mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
213957970e
Several small fixes to the build files. Lots of tests have also been added, and glib tests pass now.
16 lines
346 B
Meson
16 lines
346 B
Meson
xdgmime_sources = [
|
|
'xdgmime.c',
|
|
'xdgmimealias.c',
|
|
'xdgmimecache.c',
|
|
'xdgmimeglob.c',
|
|
'xdgmimeicon.c',
|
|
'xdgmimeint.c',
|
|
'xdgmimemagic.c',
|
|
'xdgmimeparent.c',
|
|
]
|
|
|
|
xdgmime_lib = static_library('xdgmime',
|
|
sources : xdgmime_sources,
|
|
include_directories : inc_dirs,
|
|
c_args : [ '-DHAVE_CONFIG_H', '-DXDG_PREFIX=_gio_xdg', '-fPIC' ])
|