[gimp] app: force gimp-tool-cursors.c to be linked into the binary



commit 4e472986c2f323a46be406f681a5d436b95faa4f
Author: Michael Natterer <mitch gimp org>
Date:   Mon May 28 20:20:13 2018 +0200

    app: force gimp-tool-cursors.c to be linked into the binary

 app/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/Makefile.am b/app/Makefile.am
index f0a9536f2c..99a9311210 100644
--- a/app/Makefile.am
+++ b/app/Makefile.am
@@ -129,7 +129,7 @@ AM_LDFLAGS = \
        -Wl,-u,$(SYMPREFIX)gimp_pdb_compat_param_spec           \
        -Wl,-u,$(SYMPREFIX)gimp_layer_mode_is_legacy            \
        -Wl,-u,$(SYMPREFIX)gimp_parallel_init                   \
-       -Wl,-u,$(SYMPREFIX)gimp_parallel_exit
+       -Wl,-u,$(SYMPREFIX)gimp_tool_cursors_get_resource
 
 gimpconsoleldadd = \
        xcf/libappxcf.a                                         \


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