diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2018-04-09 12:24:53 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2018-04-09 12:24:53 +0200 |
commit | 6f6384f0bb484ddc917eb53ec605cafff8576fa9 (patch) | |
tree | 4954b6f7fa0dfadd3c7d48753b8e46f4b0f03c13 | |
parent | 3a4baabaaa6b5b3e3e8f30b1e54e6968e364086f (diff) | |
download | efl-6f6384f0bb484ddc917eb53ec605cafff8576fa9.tar.gz |
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.
-rw-r--r-- | src/Makefile_Eolian.am | 4 |
1 files changed, 0 insertions, 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 \ |