From 373d53a32012f3d6f9f471b7d25c4b6812685c5e Mon Sep 17 00:00:00 2001 From: Olivier Duchateau Date: Mon, 26 Jun 2017 20:23:16 +0200 Subject: [PATCH] Fix build error with --disable-gtk2 --- tests/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index ea03867..b3f96b8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -23,13 +23,11 @@ AM_CPPFLAGS = \ noinst_PROGRAMS = - # test-ui-gtk2 - +if ENABLE_GTK2_LIBRARY noinst_PROGRAMS += \ test-ui-gtk2 -if ENABLE_GTK2_LIBRARY test_ui_gtk2_SOURCES = \ test-ui.c -- 2.9.4