[gimp/gimp-2-10] app: fix gimp-scratch linking in tests/



commit 1a6281961e492fd481938f447ba7135ab83bd46a
Author: Ell <ell_se yahoo com>
Date:   Sat Dec 1 07:19:57 2018 -0500

    app: fix gimp-scratch linking in tests/

 app/tests/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/app/tests/Makefile.am b/app/tests/Makefile.am
index 7584073035..f9154e02f5 100644
--- a/app/tests/Makefile.am
+++ b/app/tests/Makefile.am
@@ -90,7 +90,8 @@ AM_LDFLAGS = \
        -Wl,-u,$(SYMPREFIX)gimp_pdb_compat_param_spec           \
        -Wl,-u,$(SYMPREFIX)gimp_layer_mode_is_legacy            \
        -Wl,-u,$(SYMPREFIX)gui_init                             \
-       -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]