From 6e27c46b5fec51c74b5ba399251bc5178dc5754d Mon Sep 17 00:00:00 2001 From: AmanMatta <47394798+AmanMatta@users.noreply.github.com> Date: Thu, 21 Jan 2021 12:05:27 +0530 Subject: [PATCH] Update Makefile.am --- app-tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-tools/Makefile.am b/app-tools/Makefile.am index 533229afde..a7cd4ce6ad 100644 --- a/app-tools/Makefile.am +++ b/app-tools/Makefile.am @@ -42,7 +42,7 @@ gimp_debug_tool_@GIMP_TOOL_VERSION@_CPPFLAGS = \ gimp_debug_tool_@GIMP_TOOL_VERSION@_LDADD = \ $(libappwidgets) \ $(libapp) \ - $(libgimpbase) \ + $(libgimpbase) \ $(GIO_LIBS) \ $(GEGL_LIBS) \ $(GTK_LIBS) \