tests/eolian: Move eo to EXTRA_DIST assignment out of the EFL_ENABLE_TESTS case

When running distcheck with release mode enabled these would not end up in the
tarball. Better make sure these always end up at the right place.
This commit is contained in:
Stefan Schmidt 2014-10-21 15:10:59 +02:00
parent 4078e0af9b
commit 5271ba069e
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,6 @@ include Makefile_Eolian_Helper.am
### Unit tests
if EFL_ENABLE_TESTS
EOLIAN_TESTS_EOS = \
tests/eolian/data/base.eo \
@ -99,6 +98,7 @@ EOLIAN_TESTS_EOS_GENERATED = \
$(EOLIAN_TESTS_EOS:%.eo=%.eo.c)\
$(EOLIAN_TESTS_EOS:%.eo=%.eo.h)
if EFL_ENABLE_TESTS
check_PROGRAMS += \
tests/eolian/eolian_suite