gplugin/gplugin

Bumping the version and setting the release date
develop v0.28.1
2019-09-30, Gary Kramlich
85f1c51427fe
Bumping the version and setting the release date
if get_option('vapi')
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)
subdir('plugins')
endif # vapi