merge: "fix" distcheck
authorVincent Torri <vincent.torri@gmail.com>
Mon, 17 Sep 2012 17:17:55 +0000 (17:17 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Mon, 17 Sep 2012 17:17:55 +0000 (17:17 +0000)
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
src/examples/eet/Makefile.am
src/tests/eina/Makefile.am

index 248ddfe..88aec5e 100644 (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
index 16815c1..bd64440 100644 (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
index c878622..de0bdc9 100644 (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 \