mirror of https://github.com/GNOME/gimp.git
app: fix gimp-scratch linking in tests/
This commit is contained in:
parent
ae6bebb981
commit
471fa632cd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue