enlightenment-module-forecasts/src/meson.build

12 lines
468 B
Meson

e = dependency('enlightenment')
json = dependency('json-c')
module = shared_module('module',
'e_mod_main.c', 'e_mod_config.c',
dependencies : [e, json],
install_dir: install_dir,
include_directories: config_dir,
install: true,
name_prefix: '',
link_args: '-Wl,--unresolved-symbols=ignore-in-object-files')