build: fix distcheck after model saver and loader rework
authorStefan Schmidt <stefan@osg.samsung.com>
Wed, 2 Dec 2015 10:33:12 +0000 (11:33 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Wed, 2 Dec 2015 10:33:12 +0000 (11:33 +0100)
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

index f768e2d..0c9a214 100644 (file)
@@ -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 \