Evas 3D: Fix distcheck build

Summary:
The new files for the shaders and he header file where not part of
EXTRA_DIST, so they where not found when running make distcheck.

Test Plan: just run make distcheck

Reviewers: cedric, q66

Reviewed By: q66

Subscribers: cedric, herdsman

Differential Revision: https://phab.enlightenment.org/D1998
This commit is contained in:
Marcel Hollerbach 2015-02-19 15:29:50 +01:00
parent a083703e3d
commit 38cf426ae2
1 changed files with 4 additions and 2 deletions

View File

@ -188,7 +188,8 @@ lib/evas/canvas/evas_3d_camera.c \
lib/evas/canvas/evas_3d_light.c \
lib/evas/canvas/evas_3d_mesh.c \
lib/evas/canvas/evas_3d_texture.c \
lib/evas/canvas/evas_3d_material.c
lib/evas/canvas/evas_3d_material.c \
lib/evas/canvas/evas_3d_node_callback.h
# Model savers/loaders (will be replaced to modules in next commits)
lib_evas_libevas_la_SOURCES += \
@ -749,7 +750,8 @@ modules/evas/engines/gl_common/shader_3d/color_pick_frag.shd \
$(NULL)
EXTRA_DIST += \
modules/evas/engines/gl_common/shader_3d/gen_shaders_3d.sh
modules/evas/engines/gl_common/shader_3d/gen_shaders_3d.sh \
$(GL_SHADERS_3D_GEN)
BUILT_SOURCES += \
modules/evas/engines/gl_common/shader_3d/evas_gl_3d_shaders.x