gplugin/gplugin

Prep for the 0.33.0 release
v0.33.0
2021-08-03, Gary Kramlich
f04edbdc6e9e
Prep for the 0.33.0 release

Testing Done:
ran `meson dist`

Reviewed at https://reviews.imfreedom.org/r/866/
if host_machine.system() != 'windows'
dynamic_type_provider = shared_library('dynamic-type-provider',
'dynamic-type-provider.c',
name_prefix : '',
dependencies : [gplugin_dep, GLIB])
shared_module('dynamic-type-user', 'dynamic-type-user.c',
name_prefix : '',
dependencies : [gplugin_dep, GLIB])
endif