mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
libgimpthumb: another missing link to libgimpbase.
Again this error was only raised when cross-compiling.
(cherry picked from commit 2587b85aaa
)
This commit is contained in:
parent
1461496999
commit
f8a1d574ee
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue