[gtk+] build: Fix makefile for new location of test image



commit ecd5f73dd7640897e9ade46e0c8316775e40ed3e
Author: Rico Tzschichholz <ricotz t-online de>
Date:   Sat Jul 23 12:27:45 2011 +0200

    build: Fix makefile for new location of test image

 gtk/tests/Makefile.am        |    1 -
 tests/css/parser/Makefile.am |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/tests/Makefile.am b/gtk/tests/Makefile.am
index 8e41aea..ff5720d 100644
--- a/gtk/tests/Makefile.am
+++ b/gtk/tests/Makefile.am
@@ -101,7 +101,6 @@ action_LDADD			 = $(progs_ldadd)
 TEST_PROGS			+= stylecontext
 stylecontext_SOURCES		 = stylecontext.c
 stylecontext_LDADD		 = $(progs_ldadd)
-EXTRA_DIST			+= test.png
 
 TEST_PROGS			+= papersize
 papersize_SOURCES		 = papersize.c
diff --git a/tests/css/parser/Makefile.am b/tests/css/parser/Makefile.am
index 7947ec5..5b0e8fa 100644
--- a/tests/css/parser/Makefile.am
+++ b/tests/css/parser/Makefile.am
@@ -291,4 +291,5 @@ EXTRA_DIST += \
 	single-slash.css \
 	single-slash.errors\
 	single-slash.ref.css \
+	test.png \
 	widget-style-property.css



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]