diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2015-04-05 15:19:50 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-04-05 15:19:50 +0200 |
commit | 9a1a549ef43ffc26fdf449e7688752053dd261dd (patch) | |
tree | 98b3e4ff941263c63ee9a3d2ca78e2e0a24a2697 /src/Makefile_Eio.am | |
parent | 9ed6bea380719603eb6948b1b794706d688a0dfc (diff) | |
download | efl-9a1a549ef43ffc26fdf449e7688752053dd261dd.tar.gz |
eio: add missing file to release tarball.
Diffstat (limited to 'src/Makefile_Eio.am')
-rw-r--r-- | src/Makefile_Eio.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile_Eio.am b/src/Makefile_Eio.am index c42c5eb292..52ac3c51f6 100644 --- a/src/Makefile_Eio.am +++ b/src/Makefile_Eio.am @@ -80,4 +80,7 @@ tests_eio_eio_suite_DEPENDENCIES = \ endif -EXTRA_DIST += tests/eio/eio_suite.h +EXTRA_DIST += \ +tests/eio/eio_suite.h \ +lib/eio/eio_model.h + |