examples: evas: add all needed files to SOURCES to make sure they are distributed

This worked in-tree but never landed in a distribution tarball and thus the
examples build form such a tarball would fail.
This commit is contained in:
Stefan Schmidt 2016-05-18 11:16:46 +02:00
parent 26316058f0
commit a2828a3be8
1 changed files with 4 additions and 1 deletions

View File

@ -270,7 +270,10 @@ evas_canvas3d_shadows_LDADD = $(ECORE_EVAS_COMMON_LDADD) @EFL_PTHREAD_LIBS@
evas_canvas3d_shadows_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas_canvas3d_shooter
evas_canvas3d_shooter_SOURCES = shooter/evas-3d-shooter.c shooter/evas-3d-shooter-header.c
evas_canvas3d_shooter_SOURCES = shooter/evas-3d-shooter.c \
shooter/evas-3d-shooter-header.c \
shooter/evas-3d-shooter-header.h \
shooter/evas-3d-shooter-macros.h
evas_canvas3d_shooter_LDADD = $(ECORE_EVAS_COMMON_LDADD) @EFL_PTHREAD_LIBS@
evas_canvas3d_shooter_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)