diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-09-17 17:17:55 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-09-17 17:17:55 +0000 |
commit | aeadf86ba6e32e5695666c7cb6bde117c5113c32 (patch) | |
tree | 82afe37aa306fa5e05107a0f1cc0b7bdccc8f800 /src | |
parent | 7b6807939ea536aaa22192b1b4f506542f4d8070 (diff) |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/benchmarks/eina/Makefile.am | 1 | ||||
-rw-r--r-- | src/examples/eet/Makefile.am | 2 | ||||
-rw-r--r-- | src/tests/eina/Makefile.am | 1 |
3 files changed, 1 insertions, 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 \ | |||
36 | evas_stringshare.c \ | 36 | evas_stringshare.c \ |
37 | eina_bench_quad.c \ | 37 | eina_bench_quad.c \ |
38 | eina_bench.h \ | 38 | eina_bench.h \ |
39 | eina_suite.h \ | ||
40 | Ecore_Data.h \ | 39 | Ecore_Data.h \ |
41 | Evas_Data.h \ | 40 | Evas_Data.h \ |
42 | evas_mempool.h | 41 | 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: | |||
46 | for f in $(SRCS) ; do \ | 46 | for f in $(SRCS) ; do \ |
47 | rm -f $(pkgdatadir)/examples/$$f ; \ | 47 | rm -f $(pkgdatadir)/examples/$$f ; \ |
48 | done | 48 | done |
49 | |||
50 | 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 | |||
13 | 13 | ||
14 | eina_suite_SOURCES = \ | 14 | eina_suite_SOURCES = \ |
15 | eina_suite.c \ | 15 | eina_suite.c \ |
16 | eina_suite.h \ | ||
16 | eina_test_fp.c \ | 17 | eina_test_fp.c \ |
17 | eina_test_stringshare.c \ | 18 | eina_test_stringshare.c \ |
18 | eina_test_ustringshare.c \ | 19 | eina_test_ustringshare.c \ |