stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a7a2781a00ca6557aef6490bc0159cb426441b28

commit a7a2781a00ca6557aef6490bc0159cb426441b28
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Wed Dec 2 11:33:12 2015 +0100

    build: fix distcheck after model saver and loader rework
    
    32c33ed64dda542c7cfc952fc656bb711260441b broke distcheck here as the header
    files would not be included in the generated tarballs. This is the second or
    third time I fixed soemthing like this after a loader/saver rework. I would
    appreciate if the people involved would run distcheck on their own.
---
 src/Makefile_Evas.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am
index f768e2d..0c9a214 100644
--- a/src/Makefile_Evas.am
+++ b/src/Makefile_Evas.am
@@ -225,6 +225,7 @@ lib_evas_libevas_la_SOURCES += \
 lib/evas/common3d/save_load/evas_model_load.c \
 lib/evas/common3d/save_load/evas_model_save.c \
 lib/evas/common3d/save_load/evas_model_load_save_common.c \
+lib/evas/common3d/save_load/evas_model_load_save_common.h \
 modules/evas/model_loaders/eet/evas_model_load_eet.c \
 modules/evas/model_loaders/md2/evas_model_load_md2.c \
 modules/evas/model_loaders/obj/evas_model_load_obj.c \

-- 


Reply via email to