tests: eolian: remove reference to no longer existing files

These have been renamed in commit f19a905261
No need to keep the reference in the makefile. distcheck was also
getting confused about them.
This commit is contained in:
Stefan Schmidt 2018-04-09 12:24:53 +02:00
parent 3a4baabaaa
commit 6f6384f0bb
1 changed files with 0 additions and 4 deletions

View File

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