From: Stefan Schmidt Date: Wed, 18 May 2016 09:16:46 +0000 (+0200) Subject: examples: evas: add all needed files to SOURCES to make sure they are distributed X-Git-Tag: upstream/1.20.0~6276 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2828a3be84dc62bc154e232f275b2b2e00e1710;p=platform%2Fupstream%2Fefl.git 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. --- diff --git a/src/examples/evas/Makefile.am b/src/examples/evas/Makefile.am index 7b61f4f..5663f3a 100644 --- a/src/examples/evas/Makefile.am +++ b/src/examples/evas/Makefile.am @@ -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)