diff options
author | Carsten Haitzler <raster@rasterman.com> | 2012-09-27 03:17:31 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-09-27 03:17:31 +0000 |
commit | f76395511990b398a38c352e02a6acef66747b8d (patch) | |
tree | bd5e1d2ea346514759b23dce45b15730428a915e /src | |
parent | acfe6089b8e9f8f55466e6d0b9d690ef136e830a (diff) |
efl -> pass distcheck.
SVN revision: 77110
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/eet/Makefile.am | 2 | ||||
-rw-r--r-- | src/tests/eina/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/eet/Makefile.am b/src/tests/eet/Makefile.am index 3470dcd4b3..2f72a2a82f 100644 --- a/src/tests/eet/Makefile.am +++ b/src/tests/eet/Makefile.am | |||
@@ -14,7 +14,7 @@ if EFL_ENABLE_TESTS | |||
14 | check_PROGRAMS = eet_suite | 14 | check_PROGRAMS = eet_suite |
15 | 15 | ||
16 | eet_suite_SOURCES = eet_suite.c eet_data_suite.c eet_suite.h | 16 | eet_suite_SOURCES = eet_suite.c eet_data_suite.c eet_suite.h |
17 | eet_suite_LDADD = @CHECK_LIBS@ $(top_builddir)/src/lib/eet/libeet.la @EET_LIBS@ | 17 | eet_suite_LDADD = @CHECK_LIBS@ $(top_builddir)/src/lib/eet/libeet.la $(top_builddir)/src/lib/eina/libeina.la @EET_LIBS@ |
18 | 18 | ||
19 | endif | 19 | endif |
20 | 20 | ||
diff --git a/src/tests/eina/Makefile.am b/src/tests/eina/Makefile.am index de0bdc91f0..72f87d8917 100644 --- a/src/tests/eina/Makefile.am +++ b/src/tests/eina/Makefile.am | |||
@@ -73,4 +73,4 @@ module_dummy_la_LIBTOOLFLAGS = --tag=disable-static | |||
73 | endif | 73 | endif |
74 | 74 | ||
75 | clean-local: | 75 | clean-local: |
76 | rm -rf *.gcno ..\#..\#src\#*.gcov *.gcda | 76 | rm -rf *.la *.gcno ..\#..\#src\#*.gcov *.gcda |