From 2587b85aaa7d67bced5fec259317313a4948247e Mon Sep 17 00:00:00 2001 From: Jehan Date: Sun, 12 Aug 2018 15:30:28 +0200 Subject: [PATCH] libgimpthumb: another missing link to libgimpbase. Again this error was only raised when cross-compiling. --- libgimpthumb/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libgimpthumb/Makefile.am b/libgimpthumb/Makefile.am index 33eea1dedb..2655379bb7 100644 --- a/libgimpthumb/Makefile.am +++ b/libgimpthumb/Makefile.am @@ -1,5 +1,7 @@ ## Process this file with automake to produce Makefile.in +libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la + if PLATFORM_WIN32 no_undefined = -no-undefined endif @@ -91,6 +93,7 @@ libgimpthumbinclude_HEADERS = \ libgimpthumb_@GIMP_API_VERSION@_la_LDFLAGS = \ -version-info $(LT_VERSION_INFO) \ $(no_undefined) \ + $(libgimpbase) \ $(libgimpthumb_export_symbols) \ $(framework_cocoa) \ $(xnone)