diff options
author | Daniel Willmann <d.willmann@samsung.com> | 2013-04-24 13:59:53 +0100 |
---|---|---|
committer | Daniel Willmann <d.willmann@samsung.com> | 2013-04-24 14:05:06 +0100 |
commit | a87fc36b12fd898b3e0fb3802e03f0a6d17449c6 (patch) | |
tree | 897cc782c9cba18aa2830d554c1108c964f4069f | |
parent | 76a748b08d6516c32d4653871ffa6d75a4a10571 (diff) |
eo: Lets fix make distcheck by including eo_ptr_indirection header
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Eo.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile_Eo.am b/src/Makefile_Eo.am index c8e545ea79..2b69aabf6f 100644 --- a/src/Makefile_Eo.am +++ b/src/Makefile_Eo.am | |||
@@ -9,6 +9,7 @@ dist_installed_eomainheaders_DATA = lib/eo/Eo.h | |||
9 | lib_eo_libeo_la_SOURCES = \ | 9 | lib_eo_libeo_la_SOURCES = \ |
10 | lib/eo/eo.c \ | 10 | lib/eo/eo.c \ |
11 | lib/eo/eo_ptr_indirection.c \ | 11 | lib/eo/eo_ptr_indirection.c \ |
12 | lib/eo/eo_ptr_indirection.h \ | ||
12 | lib/eo/eo_base_class.c \ | 13 | lib/eo/eo_base_class.c \ |
13 | lib/eo/eo_private.h | 14 | lib/eo/eo_private.h |
14 | 15 | ||