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
This commit is contained in:
Vincent Torri 2012-09-17 17:17:55 +00:00
parent 7b6807939e
commit aeadf86ba6
3 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -46,5 +46,3 @@ uninstall-local:
for f in $(SRCS) ; do \
rm -f $(pkgdatadir)/examples/$$f ; \
done
EXTRA_DIST = addr_book.txt chat.xml

View File

@ -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 \