From aeadf86ba6e32e5695666c7cb6bde117c5113c32 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Mon, 17 Sep 2012 17:17:55 +0000 Subject: [PATCH] merge: "fix" distcheck I can't be sure that distcheck is fixed as the check of eet is failing. I've disable the run of the eina test for now as it is *very* long. I'll re-enable it once eet check is running flawlessly SVN revision: 76772 --- src/benchmarks/eina/Makefile.am | 1 - src/examples/eet/Makefile.am | 2 -- src/tests/eina/Makefile.am | 1 + 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/benchmarks/eina/Makefile.am b/src/benchmarks/eina/Makefile.am index 248ddfeda6..88aec5e91b 100644 --- a/src/benchmarks/eina/Makefile.am +++ b/src/benchmarks/eina/Makefile.am @@ -36,7 +36,6 @@ evas_object_list.c \ evas_stringshare.c \ eina_bench_quad.c \ eina_bench.h \ -eina_suite.h \ Ecore_Data.h \ Evas_Data.h \ evas_mempool.h diff --git a/src/examples/eet/Makefile.am b/src/examples/eet/Makefile.am index 16815c14bd..bd64440268 100644 --- a/src/examples/eet/Makefile.am +++ b/src/examples/eet/Makefile.am @@ -46,5 +46,3 @@ uninstall-local: for f in $(SRCS) ; do \ rm -f $(pkgdatadir)/examples/$$f ; \ done - -EXTRA_DIST = addr_book.txt chat.xml diff --git a/src/tests/eina/Makefile.am b/src/tests/eina/Makefile.am index c87862214a..de0bdc91f0 100644 --- a/src/tests/eina/Makefile.am +++ b/src/tests/eina/Makefile.am @@ -13,6 +13,7 @@ check_PROGRAMS = eina_suite cxx_compile_test eina_suite_SOURCES = \ eina_suite.c \ +eina_suite.h \ eina_test_fp.c \ eina_test_stringshare.c \ eina_test_ustringshare.c \