diff options
author | Daniel Zaoui <daniel.zaoui@samsung.com> | 2014-03-10 16:46:45 +0200 |
---|---|---|
committer | Daniel Zaoui <daniel.zaoui@samsung.com> | 2014-03-10 16:59:46 +0200 |
commit | c8dc39c9ae882bbe7314bc9311d20ef4bbe32abe (patch) | |
tree | 58d56b0e8527a939e8968cc68fa87f7086a13a86 /src/Makefile_Eo.am | |
parent | d175b8aa69c31fc155f05269350f6703e81886b7 (diff) | |
download | efl-c8dc39c9ae882bbe7314bc9311d20ef4bbe32abe.tar.gz |
Eolian: fix for nightly make distcheck.
Hmm, I forgot to add some .eo files to the EXTRA_DIST so they have not been
added inside the archive.
Eolian couldn't generate C files because of these missing files.
Diffstat (limited to 'src/Makefile_Eo.am')
-rw-r--r-- | src/Makefile_Eo.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile_Eo.am b/src/Makefile_Eo.am index b0d15bd1bc..0e87e78d88 100644 --- a/src/Makefile_Eo.am +++ b/src/Makefile_Eo.am @@ -19,6 +19,10 @@ lib_eo_libeo_la_LIBADD = @EO_LIBS@ lib_eo_libeo_la_DEPENDENCIES = @EO_INTERNAL_LIBS@ lib_eo_libeo_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ +EXTRA_DIST += \ + lib/eo/eo_base.eo \ + lib/eo/eo_abstract_class.eo + ### Unit tests if EFL_ENABLE_TESTS |