examples: elementary: make sure the prefs_example* files get into dist

These files have been missing from dist and thus some example builds failed.
We also need to clean them up afterwards now.
This commit is contained in:
Stefan Schmidt 2016-07-25 10:04:59 +02:00
parent 8ac236cff4
commit 51f7a7c520
1 changed files with 2 additions and 1 deletions

View File

@ -243,6 +243,7 @@ CLEANFILES = \
clean-local:
rm -f *.epb *.cfg *.cfg.bkp
rm -f prefs_example_03.edj
ELEMENTARY_CODEGEN_FLAGS = --prefix=codegen_example
@ -620,7 +621,7 @@ screenshots: examples
convert $(HTML_SS_DIR)/$${SS_FILE} $(LATEX_SS_DIR)/$${SS_FILE/.png/.eps} ; \
done
EXTRA_DIST = dict.txt layout_example.edc theme_example.edc codegen_example.edc evas3d_map_example.edc twitter_example_01.edc performance/layout.edc performance/background.png performance/target_texture.png sphere_hunter/sphere_hunter.edc sphere_hunter/score.jpg sphere_hunter/EFL_victory.png sphere_hunter/EFL_defeat.png codegen_example_generated.c codegen_example_generated.h codegen_example.edj
EXTRA_DIST = dict.txt layout_example.edc theme_example.edc codegen_example.edc evas3d_map_example.edc twitter_example_01.edc performance/layout.edc performance/background.png performance/target_texture.png sphere_hunter/sphere_hunter.edc sphere_hunter/score.jpg sphere_hunter/EFL_victory.png sphere_hunter/EFL_defeat.png codegen_example_generated.c codegen_example_generated.h codegen_example.edj prefs_example_01.epc prefs_example_02.epc prefs_example_03.epc prefs_example_03.edc
examples: $(examples_PROGRAMS)