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, install: true, name_prefix: '', link_args: '-Wl,--unresolved-symbols=ignore-in-object-files')