[gimp/gimp-2-10] app: fix gimp-scratch linking
- From: Ell <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] app: fix gimp-scratch linking
- Date: Sat, 1 Dec 2018 11:23:55 +0000 (UTC)
commit 5b5027dee17035b14ab0d5d6aaf057bf2a9dd9f0
Author: Ell <ell_se yahoo com>
Date: Sat Dec 1 06:21:59 2018 -0500
app: fix gimp-scratch linking
(cherry picked from commit ae6bebb9815fc3dad76efba5dd1b09c403c604e7)
app/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/app/Makefile.am b/app/Makefile.am
index 46dd220bd0..824b7d2603 100644
--- a/app/Makefile.am
+++ b/app/Makefile.am
@@ -149,7 +149,8 @@ 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_uncancelable_waitable_new \
+ -Wl,-u,$(SYMPREFIX)gimp_scratch_block_new
gimpconsoleldadd = \
xcf/libappxcf.a \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]