app: fix gimp-scratch linking in tests/

This commit is contained in:
Ell 2018-12-01 07:19:57 -05:00
parent ae6bebb981
commit 471fa632cd
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,8 @@ AM_LDFLAGS = \
-Wl,-u,$(SYMPREFIX)gimp_layer_mode_is_legacy \
-Wl,-u,$(SYMPREFIX)gui_init \
-Wl,-u,$(SYMPREFIX)gimp_tool_cursors_get_resource \
-Wl,-u,$(SYMPREFIX)gimp_lebl_dialog
-Wl,-u,$(SYMPREFIX)gimp_lebl_dialog \
-Wl,-u,$(SYMPREFIX)gimp_scratch_block_new
# Note that we have some duplicate entries here too to work around
# circular dependencies and systems on the same architectural layer as