repo.or.cz
/
glib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add myself to the DOAP for GLib
[glib.git]
/
gio
/
xdgmime
/
meson.build
blob
a8d545971d80112e1b4b68938016a3d33e29a3f2
1
xdgmime_sources = files(
2
'xdgmime.c',
3
'xdgmimealias.c',
4
'xdgmimecache.c',
5
'xdgmimeglob.c',
6
'xdgmimeicon.c',
7
'xdgmimeint.c',
8
'xdgmimemagic.c',
9
'xdgmimeparent.c',
10
)
11
12
xdgmime_lib = static_library('xdgmime',
13
sources : xdgmime_sources,
14
include_directories : [configinc],
15
pic : true,
16
c_args : [ '-DHAVE_CONFIG_H', '-DXDG_PREFIX=_gio_xdg' ] + glib_hidden_visibility_args)