stefan pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=6f6384f0bb484ddc917eb53ec605cafff8576fa9
Advertising
commit 6f6384f0bb484ddc917eb53ec605cafff8576fa9
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date: Mon Apr 9 12:24:53 2018 +0200
tests: eolian: remove reference to no longer existing files
These have been renamed in commit f19a905261c6b02f788ce7b5167223555d324712
No need to keep the reference in the makefile. distcheck was also
getting confused about them.
---
src/Makefile_Eolian.am | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/Makefile_Eolian.am b/src/Makefile_Eolian.am
index e4f5ab6eac..549f03ad68 100644
--- a/src/Makefile_Eolian.am
+++ b/src/Makefile_Eolian.am
@@ -139,12 +139,8 @@ endif
EXTRA_DIST2 += \
tests/eolian/data/object_impl_ref.c \
tests/eolian/data/object_impl_add_ref.c \
-tests/eolian/data/typedef_ref.c \
-tests/eolian/data/typedef_ref_stub.c \
tests/eolian/data/typedef_ref.h \
tests/eolian/data/typedef_ref_stub.h \
-tests/eolian/data/struct_ref.c \
-tests/eolian/data/struct_ref_stub.c \
tests/eolian/data/struct_ref.h \
tests/eolian/data/struct_ref_stub.h \
tests/eolian/data/owning.eo.c \
--