From 5cb804a808f8182848797fd040eb3c1d7b281056 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 19 Oct 2016 14:34:05 +0100 Subject: [PATCH] build: Remove unused target variables The foreigndrawing test has been removed. --- tests/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index b10615e826..5e7c99a769 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -279,7 +279,6 @@ testrevealer2_DEPENDENCIES = $(TEST_DEPS) testtitlebar_DEPENDENCIES = $(TEST_DEPS) testwindowsize_DEPENDENCIES = $(TEST_DEPS) listmodel_DEPENDENCIES = $(TEST_DEPS) -foreigndrawing_DEPENDENCIES = $(TEST_DEPS) animated_resizing_SOURCES = \ animated-resizing.c \ @@ -486,8 +485,6 @@ testglblending_SOURCES = \ listmodel_SOURCES = listmodel.c -foreigndrawing_SOURCES = foreigndrawing.c - EXTRA_DIST += \ gradient1.png \ testgtk.1 \