From b2f41bf229b3836e75919366e9837d46223f1ea5 Mon Sep 17 00:00:00 2001 From: Andrej Kacian Date: Mon, 26 Aug 2019 22:17:46 +0200 Subject: [PATCH] Fix build of pgpcore unit test --- src/plugins/pgpcore/tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/pgpcore/tests/Makefile.am b/src/plugins/pgpcore/tests/Makefile.am index 3bcc12da9..c4a0e8502 100644 --- a/src/plugins/pgpcore/tests/Makefile.am +++ b/src/plugins/pgpcore/tests/Makefile.am @@ -5,6 +5,7 @@ common_ldadd = \ AM_CPPFLAGS = \ $(GLIB_CFLAGS) \ + $(GTK_CFLAGS) \ -I.. \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/common -- 2.25.1