summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2015-12-02 11:33:12 +0100
committerChris Michael <cp.michael@samsung.com>2015-12-03 11:31:06 -0500
commit0daa4a0156cf6c84ee5b1ba3ea7227777ef028a7 (patch)
tree5188d8a8d0d0f59a434b1fc23628a46f158fc618
parentb458cca08cca7f1a7f62d3f40542d0901bb59a10 (diff)
downloadefl-0daa4a0156cf6c84ee5b1ba3ea7227777ef028a7.tar.gz
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.
-rw-r--r--src/Makefile_Evas.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am
index f768e2deb3..0c9a21438d 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 \