tools: fix linking error.
commit14614969998557b36e2b70ede4e3bf902ec64ecd
authorJehan <jehan@girinstud.io>
Sun, 12 Aug 2018 13:12:22 +0000 (12 15:12 +0200)
committerJehan <jehan@girinstud.io>
Sun, 12 Aug 2018 20:46:44 +0000 (12 22:46 +0200)
tree3406f55236f82451d2e2b99f7fb9a0e5d6423547
parent04bbe941d5eb60d7547f7c66cd482f5fe91471e6
tools: fix linking error.

Though no error was raised during a native build, a cross-build was
choking on this missing link to libgimpbase and failing.
The error returned by the linker though was a bit amiss.

Fixes:
> gimp-test-clipboard.o: In function `test_clipboard_copy_callback':
> tools/gimp-test-clipboard.c:419: undefined reference to `g_file_get_contents'
> collect2: error: ld returned 1 exit status

(cherry picked from commit 0865e9db1f27154816f5e01483a55fa6064fdbaa)
tools/Makefile.am