gplugin/gplugin

Prepare for the 0.39.0 release
v0.39.0
19 months ago, Gary Kramlich
a0a98165f39c
Prepare for the 0.39.0 release

Testing Done:
Ran `ninja dist`

Reviewed at https://reviews.imfreedom.org/r/1981/
e = executable('test-vala-loading', 'test-vala-loading.c',
include_directories : include_directories('.'),
c_args : [
'-DVALA_PLUGIN_DIR="@0@/plugins"'.format(meson.current_build_dir()),
],
link_with : gplugin_loader_tests,
dependencies : [GLIB, GOBJECT, gplugin_dep])
test('Vala loading', e)
e = executable('test-genie-loading', 'test-genie-loading.c',
include_directories : include_directories('.'),
c_args : [
'-DGENIE_PLUGIN_DIR="@0@/genie-plugins"'.format(meson.current_build_dir()),
],
link_with : gplugin_loader_tests,
dependencies : [GLIB, GOBJECT, gplugin_dep])
test('Genie loading', e)
subdir('genie-plugins')
subdir('plugins')