build: The private reftest library needs to be shared

Otherwise the module and gtk-reftest will each have their own copy and
that'll mean all symbols - and inhibiting the shutdown - will exist
twice. Not good.
This commit is contained in:
Benjamin Otte 2019-03-29 09:43:16 +01:00
parent 90f460c236
commit a8dccef507

View File

@ -1,5 +1,5 @@
# FIXME: $(no_undefined) ?
libgtkreftestprivate = static_library('gtkreftestprivate',
libgtkreftestprivate = shared_library('gtkreftestprivate',
'reftest-compare.c', 'reftest-module.c', 'reftest-snapshot.c',
dependencies : libgtk_dep)