From: Emmanuele Bassi Date: Sun, 30 Apr 2017 15:05:49 +0000 (+0100) Subject: build: Remove unused rules X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~568 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d237b255f9b0bfe7ee47d35e63b37619e30f1ce1;p=gtk%2B3.0.git build: Remove unused rules The foreign drawing example was moved to the GTK demos. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 52d93e0356..f86c166003 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -301,7 +301,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 \ @@ -540,8 +539,6 @@ testglblending_SOURCES = \ listmodel_SOURCES = listmodel.c -foreigndrawing_SOURCES = foreigndrawing.c - EXTRA_DIST += \ gradient1.png \ testgtk.1 \