[gimp] app: move -u gimp_tool_cursors_get_resource to gimp_LDFLAGS



commit de5babe9432f4e8d3ac5949b4f97cd187fe20248
Author: Michael Natterer <mitch gimp org>
Date:   Wed Jun 13 19:36:17 2018 +0200

    app: move -u gimp_tool_cursors_get_resource to gimp_LDFLAGS
    
    so it's not in the common AM_LDFLAGS that are used also for
    gimp-console.

 app/Makefile.am | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/app/Makefile.am b/app/Makefile.am
index ecd3ed4d8f..5f91e55f86 100644
--- a/app/Makefile.am
+++ b/app/Makefile.am
@@ -130,8 +130,7 @@ AM_LDFLAGS = \
        -Wl,-u,$(SYMPREFIX)gimp_layer_mode_is_legacy            \
        -Wl,-u,$(SYMPREFIX)gimp_parallel_init                   \
        -Wl,-u,$(SYMPREFIX)gimp_async_set_new                   \
-       -Wl,-u,$(SYMPREFIX)gimp_uncancelable_waitable_new       \
-       -Wl,-u,$(SYMPREFIX)gimp_tool_cursors_get_resource
+       -Wl,-u,$(SYMPREFIX)gimp_uncancelable_waitable_new
 
 gimpconsoleldadd = \
        xcf/libappxcf.a                                         \
@@ -174,10 +173,12 @@ gimpconsoleldadd = \
        $(libm)
 
 gimp_@GIMP_APP_VERSION@_LDFLAGS = \
-       $(AM_LDFLAGS)           \
-       $(win32_ldflags)        \
-       $(framework_cocoa)      \
-       -Wl,-u,$(SYMPREFIX)gimp_lebl_dialog
+       $(AM_LDFLAGS)                           \
+       $(win32_ldflags)                        \
+       $(framework_cocoa)                      \
+       -Wl,-u,$(SYMPREFIX)gimp_lebl_dialog     \
+       -Wl,-u,$(SYMPREFIX)gimp_tool_cursors_get_resource
+
 
 gimp_@GIMP_APP_VERSION@_LDADD = \
        gui/libappgui.a                 \


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