inotify_sources = [ | |
'inotify-kernel.c', | |
'inotify-sub.c', | |
'inotify-path.c', | |
'inotify-missing.c', | |
'inotify-helper.c', | |
'ginotifyfilemonitor.c', | |
] | |
inotify_lib = static_library('inotify', | |
sources : [inotify_sources], | |
include_directories : [configinc, glibinc], | |
dependencies : [ | |
gioenumtypes_dep, | |
libglib_dep, | |
libgobject_dep, | |
gmodule_inc_dep, | |
], | |
gnu_symbol_visibility : 'hidden', | |
pic : true, | |
c_args : [gio_c_args, gio_c_args_internal]) |