tests/eolian_cxx: Package callback.eo file into tarball in all cases.

When running make distcheck with release mode enabled the callback.eo
file did not find its way into the tarball and failed the build.
This commit is contained in:
Stefan Schmidt 2014-07-31 11:21:20 +02:00
parent e3f68561b3
commit c30e14c708
1 changed files with 1 additions and 2 deletions

View File

@ -90,10 +90,9 @@ tests_eolian_cxx_eolian_cxx_suite_LDADD = \
@CHECK_LIBS@ @USE_EO_LIBS@ @USE_EINA_LIBS@ @USE_EOLIAN_LIBS@
tests_eolian_cxx_eolian_cxx_suite_DEPENDENCIES = @USE_EOLIAN_INTERNAL_LIBS@
EXTRA_DIST += tests/eolian_cxx/callback.eo
endif
EXTRA_DIST += tests/eolian_cxx/callback.eo
include Makefile_Eolian_Cxx_Helper.am
endif