diff options
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 | ||